mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Config: Remove CompareServer and CompareClient settings.
This commit is contained in:
parent
bc14485489
commit
032f0da35e
6 changed files with 2 additions and 18 deletions
|
@ -191,9 +191,6 @@ bool BootCore(std::unique_ptr<BootParameters> boot, const WindowSystemInfo& wsi)
|
|||
|
||||
SConfig& StartUp = SConfig::GetInstance();
|
||||
|
||||
StartUp.bRunCompareClient = false;
|
||||
StartUp.bRunCompareServer = false;
|
||||
|
||||
config_cache.SaveConfig(StartUp);
|
||||
|
||||
if (!StartUp.SetPathsAndGameMetadata(*boot))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue