rename upscale hack related stuff

This commit is contained in:
FunkyFr3sh 2021-05-15 02:58:07 +02:00
parent c467b90e88
commit 5db961656a
7 changed files with 18 additions and 18 deletions

View file

@ -94,7 +94,7 @@ typedef struct cnc_ddraw
BOOL isredalert;
BOOL iscnc1;
BOOL iskkndx;
LONG incutscene;
LONG upscale_hack_active;
DWORD (WINAPI *renderer)(void);
BOOL fullscreen;
BOOL maintas;

View file

@ -13,6 +13,6 @@ void util_toggle_fullscreen();
BOOL util_unadjust_window_rect(LPRECT prc, DWORD dwStyle, BOOL fMenu, DWORD dwExStyle);
void util_set_window_rect(int x, int y, int width, int height, UINT flags);
BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lParam);
BOOL util_detect_cutscene();
BOOL util_detect_low_res_screen();
#endif