mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Config: Remove recursive layer
This commit is contained in:
@ -376,7 +376,7 @@ bool BootCore(std::unique_ptr<BootParameters> boot)
|
||||
|
||||
// Ensure any new settings are written to the SYSCONF
|
||||
if (StartUp.bWii)
|
||||
ConfigLoaders::SaveToSYSCONF(Config::GetLayer(Config::LayerType::Meta));
|
||||
ConfigLoaders::SaveToSYSCONF(Config::LayerType::Meta);
|
||||
|
||||
const bool load_ipl = !StartUp.bWii && !StartUp.bHLE_BS2 &&
|
||||
std::holds_alternative<BootParameters::Disc>(boot->parameters);
|
||||
|
Reference in New Issue
Block a user