fix: move fullscreen config options to GUI section of variable declarations

This commit is contained in:
Jarred Wilson 2025-02-23 13:38:59 -06:00
parent bc85357235
commit 473c33cfba

View File

@ -31,10 +31,7 @@ std::filesystem::path find_fs_path_or(const basic_value<TC>& v, const K& ky,
namespace Config {
static bool isHDRAllowed = false;
static bool isNeo = false;
static bool isFullscreen = false;
static std::string fullscreenMode = "Fullscreen (Borderless)";
static bool playBGM = false;
static bool isTrophyPopupDisabled = false;
static int BGMvolume = 50;
@ -102,6 +99,9 @@ std::vector<std::string> m_recent_files;
std::string emulator_language = "en_US";
static int backgroundImageOpacity = 50;
static bool showBackgroundImage = true;
static bool isFullscreen = false;
static std::string fullscreenMode = "Fullscreen (Borderless)";
static bool isHDRAllowed = false;
// Language
u32 m_language = 1; // english