diff --git a/src/common/config.cpp b/src/common/config.cpp index ca271316..63dd4c13 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -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