Skip to content

Commit

Permalink
[d3d8] Remove unimplemented option
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 3, 2023
1 parent f7a29a9 commit e0da1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/d3d8/d3d8_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace dxvk {

D3D8Options() {}
D3D8Options(const Config& config) {
useShadowBuffers = config.getOption<bool> ("d3d8.useShadowBuffers", useShadowBuffers);
int32_t minManagedSize = config.getOption<int32_t> ("d3d8.managedBufferPlacement", managedBufferPlacement);
managedBufferPlacement = config.getOption<bool> ("d3d8.managedBufferPlacement", true) ? minManagedSize : UINT32_MAX;
auto forceVsDeclStr = config.getOption<std::string>("d3d8.forceVsDecl", "");
Expand Down

0 comments on commit e0da1a6

Please sign in to comment.