fix for carmageddon 2
This commit is contained in:
parent
7b55df3ed7
commit
8ba6185965
3 changed files with 20 additions and 1 deletions
|
@ -133,7 +133,12 @@ struct IDirectDrawImplVtbl
|
|||
HRESULT(__stdcall *Initialize)(IDirectDrawImpl *, GUID *);
|
||||
HRESULT(__stdcall *RestoreDisplayMode)(IDirectDrawImpl *);
|
||||
HRESULT(__stdcall *SetCooperativeLevel)(IDirectDrawImpl *, HWND, DWORD);
|
||||
HRESULT(__stdcall *SetDisplayMode)(IDirectDrawImpl *, DWORD, DWORD,DWORD);
|
||||
union
|
||||
{
|
||||
HRESULT(__stdcall *SetDisplayMode1)(IDirectDrawImpl *, DWORD, DWORD, DWORD);
|
||||
HRESULT(__stdcall *SetDisplayMode2)(IDirectDrawImpl *, DWORD, DWORD, DWORD, DWORD, DWORD);
|
||||
};
|
||||
|
||||
HRESULT(__stdcall *WaitForVerticalBlank)(IDirectDrawImpl *, DWORD, HANDLE);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue