rename upscale hack related stuff
This commit is contained in:
parent
c467b90e88
commit
5db961656a
7 changed files with 18 additions and 18 deletions
2
inc/dd.h
2
inc/dd.h
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue