Skip to content

Commit

Permalink
Fix Wine Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed Apr 21, 2022
1 parent e1cfb07 commit 70673f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRLWrapper/Wrapper/D3D9.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static D3D9()


Create = GetDelegate<RET_1>(RealHandler, "Direct3DCreate9", false);
CreateEx = GetDelegate<RET_2>(RealHandler, "Direct3DCreate9Ex", false);
CreateEx = GetDelegate<RET_2>(RealHandler, "Direct3DCreate9Ex", true);


BeginEvent = GetDelegate<RET_2>(RealHandler, "D3DPERF_BeginEvent", true);
Expand Down

0 comments on commit 70673f8

Please sign in to comment.