Toggle button works, need to add functionality

This commit is contained in:
adas20 2025-06-18 20:14:49 -04:00
parent f1e8bb191d
commit 2689c90fb4

View file

@ -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 };