From 2689c90fb411c78de86aba3cf0ab694860a772db Mon Sep 17 00:00:00 2001 From: adas20 Date: Wed, 18 Jun 2025 20:14:49 -0400 Subject: [PATCH] Toggle button works, need to add functionality --- rpcs3/Emu/system_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/system_config.h b/rpcs3/Emu/system_config.h index 92031a51db..2b35e70cb9 100644 --- a/rpcs3/Emu/system_config.h +++ b/rpcs3/Emu/system_config.h @@ -358,6 +358,7 @@ struct cfg_root : cfg::node cfg::_bool silence_all_logs{ this, "Silence All Logs", false, true }; cfg::string title_format{ this, "Window Title Format", "FPS: %F | %R | %V | %T [%t]", true }; cfg::_bool pause_during_home_menu{this, "Pause Emulation During Home Menu", false, false }; + cfg::_bool enable_gamemode{ this, "Enable GameMode", false, false }; } misc{ this };