Switch to real ddraw for drawing, avoids windows ogl issues
This commit is contained in:
parent
b43517cb11
commit
cc21e924bb
6 changed files with 142 additions and 17 deletions
4
main.h
4
main.h
|
@ -64,6 +64,10 @@ typedef struct
|
|||
|
||||
HWND hWnd;
|
||||
|
||||
HMODULE real_dll;
|
||||
LPDIRECTDRAW real_ddraw;
|
||||
HRESULT WINAPI (*real_DirectDrawCreate)(GUID FAR*, LPDIRECTDRAW FAR*, IUnknown FAR*);
|
||||
|
||||
} fakeDirectDrawObject;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue