mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Netplay: Simplify save data options.
This commit is contained in:
parent
39314ac162
commit
0d095b4d9b
10 changed files with 120 additions and 97 deletions
|
@ -91,7 +91,7 @@ bool BootCore(std::unique_ptr<BootParameters> boot, const WindowSystemInfo& wsi)
|
|||
return false;
|
||||
|
||||
Config::AddLayer(ConfigLoaders::GenerateNetPlayConfigLoader(*netplay_settings));
|
||||
StartUp.bCopyWiiSaveNetplay = netplay_settings->copy_wii_save;
|
||||
StartUp.bCopyWiiSaveNetplay = netplay_settings->savedata_load;
|
||||
}
|
||||
|
||||
// Override out-of-region languages/countries to prevent games from crashing or behaving oddly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue