mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Toggle button works, need to add functionality
This commit is contained in:
parent
f1e8bb191d
commit
2689c90fb4
1 changed files with 1 additions and 0 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue