mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
fix: move fullscreen config options to GUI section of variable declarations
This commit is contained in:
parent
bc85357235
commit
473c33cfba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user