mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Add config to silence all logs
This commit is contained in:
parent
943368912b
commit
efafda2650
6 changed files with 20 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ struct cfg_root : cfg::node
|
|||
cfg::_bool show_shader_compilation_hint{ this, "Show shader compilation hint", true, true };
|
||||
cfg::_bool use_native_interface{ this, "Use native user interface", true };
|
||||
cfg::string gdb_server{this, "GDB Server", "127.0.0.1:2345"};
|
||||
cfg::_bool silence_all_logs{this, "Silence All Logs", false, false};
|
||||
|
||||
} misc{this};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue