mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Fix calling convention of the d3d9createex function. May help #7421
This commit is contained in:
parent
d4d0d334cb
commit
9b9d8592db
@ -46,7 +46,7 @@ Thin3DContext *D3D9_CreateThin3DContext() {
|
||||
return T3DCreateDX9Context(d3d, d3dEx, adapterId, device, deviceEx);
|
||||
}
|
||||
|
||||
typedef HRESULT (*DIRECT3DCREATE9EX)(UINT, IDirect3D9Ex**);
|
||||
typedef HRESULT (__stdcall *DIRECT3DCREATE9EX)(UINT, IDirect3D9Ex**);
|
||||
|
||||
bool IsWin7OrLater() {
|
||||
DWORD version = GetVersion();
|
||||
|
Loading…
Reference in New Issue
Block a user