Skip to content

Commit

Permalink
[d3d8] Enable D3D8 compatibility for the D3D9 device
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall authored and AlpyneDreams committed Jul 7, 2024
1 parent f7fcd20 commit 4e56157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/d3d8/d3d8_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ namespace dxvk {
}

m_bridge->SetAPIName("D3D8");
m_bridge->SetD3D8CompatibilityMode(true);

ResetState();
RecreateBackBuffersAndAutoDepthStencil();
Expand Down

0 comments on commit 4e56157

Please sign in to comment.