fix: g_bResolutionSetByCMD causing windows64 to not compile sometimes

This commit is contained in:
2026-08-13 19:09:39 -04:00
parent 47ea98fc86
commit 46caf4727c
2 changed files with 3 additions and 1 deletions
@@ -76,6 +76,8 @@ DWORD dwProfileSettingsA[NUM_PROFILE_VALUES]=
//-------------------------------------------------------------------------------------
BOOL g_bWidescreen = TRUE;
BOOL g_bResolutionSetByCMD = FALSE;
int g_iScreenWidth = 1920;
int g_iScreenHeight = 1080;
@@ -7,7 +7,7 @@ extern BOOL g_bWidescreen;
extern int g_iScreenWidth;
extern int g_iScreenHeight;
BOOL g_bResolutionSetByCMD = FALSE;
extern BOOL g_bResolutionSetByCMD;
extern ID3D11Device* g_pd3dDevice;