some passthrough tweaks

This commit is contained in:
FunkyFr3sh 2021-05-29 20:52:57 +02:00
parent d99fb4b05d
commit 5baeb50d1e
3 changed files with 30 additions and 3 deletions

View file

@ -53,6 +53,7 @@ typedef struct cnc_ddraw
/* real export from system32\ddraw.dll */
HMODULE real_dll;
DIRECTDRAWCREATEPROC DirectDrawCreate;
LPDIRECTDRAW real_dd;
struct
{