hook PeekMessageA for EV Nova

This commit is contained in:
FunkyFr3sh 2023-02-27 18:25:28 +01:00
parent e4de1ada14
commit 86e3de4ad6
6 changed files with 108 additions and 2 deletions

View file

@ -176,6 +176,7 @@ typedef struct CNCDDRAW
SPEEDLIMITER flip_limiter;
DWORD gui_thread_id;
BOOL rgb555;
BOOL hook_peekmessage;
} CNCDDRAW;