Skip to content

Commit

Permalink
[d3d8] Ensure d3d9 interface release
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Sep 17, 2024
1 parent 97c186d commit d4d1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d8/d3d8_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace dxvk {
std::vector<UINT> m_adapterModeCounts;
std::vector<std::vector<d3d9::D3DDISPLAYMODE>> m_adapterModes;

d3d9::IDirect3D9* m_d3d9;
Com<d3d9::IDirect3D9> m_d3d9;
Com<IDxvkD3D8InterfaceBridge> m_bridge;
D3D8Options m_d3d8Options;
};
Expand Down

0 comments on commit d4d1973

Please sign in to comment.