support upscale hack for KKND Xtreme high resolution patch (vhack=true)
This commit is contained in:
parent
d1d9b1f972
commit
39c62d6e7d
10 changed files with 47 additions and 22 deletions
3
inc/dd.h
3
inc/dd.h
|
@ -89,8 +89,11 @@ typedef struct cnc_ddraw
|
|||
BOOL devmode;
|
||||
BOOL vsync;
|
||||
BOOL vhack;
|
||||
int upscale_hack_width;
|
||||
int upscale_hack_height;
|
||||
BOOL isredalert;
|
||||
BOOL iscnc1;
|
||||
BOOL iskkndx;
|
||||
LONG incutscene;
|
||||
DWORD (WINAPI *renderer)(void);
|
||||
BOOL fullscreen;
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define CUTSCENE_WIDTH 640
|
||||
#define CUTSCENE_HEIGHT 400
|
||||
|
||||
|
||||
void util_limit_game_ticks();
|
||||
void util_update_bnet_pos(int newX, int newY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue