don't make fullscreen default
This commit is contained in:
parent
13cd22aea6
commit
dfc4f1c35b
|
@ -10,7 +10,7 @@
|
|||
namespace Config {
|
||||
|
||||
static bool isNeo = false;
|
||||
static bool isFullscreen = true;
|
||||
static bool isFullscreen = false;
|
||||
static u32 screenWidth = 1280;
|
||||
static u32 screenHeight = 720;
|
||||
static s32 gpuId = -1; // Vulkan physical device index. Set to negative for auto select
|
||||
|
|
Loading…
Reference in New Issue