From dfc4f1c35b75716a51140734c9030ceaed32a6b2 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 10 Jun 2024 14:04:59 +0300 Subject: [PATCH] don't make fullscreen default --- src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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