Implement all remaining stubs for IDirectDrawSurface, C&C95 now works

This commit is contained in:
Toni Spets 2010-10-23 19:54:45 +03:00
parent e07abb7e18
commit b77d441bee
3 changed files with 184 additions and 36 deletions

2
main.c
View file

@ -170,7 +170,9 @@ HRESULT __stdcall ddraw_SetDisplayMode(IDirectDrawImpl *This, DWORD width, DWORD
HRESULT __stdcall ddraw_WaitForVerticalBlank(IDirectDrawImpl *This, DWORD a, HANDLE b)
{
#if _DEBUG
printf("DirectDraw::WaitForVerticalBlank(This=%p, ...)\n", This);
#endif
return DD_OK;
}