mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Use database per default, remove global
This commit is contained in:
parent
50d6396f99
commit
1cdc401cc5
3 changed files with 7 additions and 23 deletions
|
|
@ -174,10 +174,9 @@ void fmt_class_string<cfg_mode>::format(std::string& out, u64 arg)
|
|||
{
|
||||
case cfg_mode::custom: return "custom config";
|
||||
case cfg_mode::custom_selection: return "custom config selection";
|
||||
case cfg_mode::global: return "global config";
|
||||
case cfg_mode::database_config: return "database config";
|
||||
case cfg_mode::config_override: return "config override";
|
||||
case cfg_mode::continuous: return "continuous config";
|
||||
case cfg_mode::database_config: return "database config";
|
||||
case cfg_mode::default_config: return "default config";
|
||||
}
|
||||
return unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue