Skip to content

Commit

Permalink
[d3d8] Add better error for incompatible d3d9.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 7, 2024
1 parent 604fdaa commit df08641
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/d3d9/d3d9_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ __CRT_UUID_DECL(IDxvkD3D8Bridge, 0xD3D9D3D8, 0x42A9, 0x4C1E, 0xAA, 0x97, 0xBE, 0
__CRT_UUID_DECL(IDxvkD3D8InterfaceBridge, 0xD3D9D3D8, 0xA407, 0x773E, 0x18, 0xE9, 0xCA, 0xFE, 0xBE, 0xEF, 0x30, 0x00);
#endif

/**
* The D3D9 bridge allows D3D8 to access DXVK internals.
* For Vulkan interop without needing DXVK internals, see d3d9_interop.h.
*/

namespace dxvk {

class D3D9DeviceEx;
Expand Down

0 comments on commit df08641

Please sign in to comment.