support GetAvailableVidMem
This commit is contained in:
parent
86caa3b215
commit
cee27902b1
2 changed files with 14 additions and 2 deletions
|
@ -174,6 +174,7 @@ struct IDirectDrawImplVtbl
|
|||
};
|
||||
|
||||
HRESULT(__stdcall *WaitForVerticalBlank)(IDirectDrawImpl *, DWORD, HANDLE);
|
||||
HRESULT(__stdcall *GetAvailableVidMem)(IDirectDrawImpl *, LPDDSCAPS, LPDWORD, LPDWORD);
|
||||
};
|
||||
|
||||
typedef enum PROCESS_DPI_AWARENESS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue