mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
common: set default window mode to windowed on windows
Window, window, window, window!
This commit is contained in:
@@ -133,7 +133,11 @@ Default build-depended cvar and constant values
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Platform overrides
|
// Platform overrides
|
||||||
#if XASH_NSWITCH
|
#if XASH_WIN32
|
||||||
|
// set up windowed by default on Windows to avoid problems with
|
||||||
|
// Xbox Game Bar
|
||||||
|
#define DEFAULT_FULLSCREEN "0"
|
||||||
|
#elif XASH_NSWITCH
|
||||||
#define DEFAULT_TOUCH_ENABLE "1"
|
#define DEFAULT_TOUCH_ENABLE "1"
|
||||||
#define DEFAULT_M_IGNORE "1"
|
#define DEFAULT_M_IGNORE "1"
|
||||||
#define DEFAULT_MODE_WIDTH 1280
|
#define DEFAULT_MODE_WIDTH 1280
|
||||||
|
|||||||
Reference in New Issue
Block a user