mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-20 03:52:14 -07:00
common: Move settings to common from core.
- Removes a dependency on core and input_common from common.
This commit is contained in:
@@ -1602,7 +1602,7 @@ void Config::Reload() {
|
||||
ReadValues();
|
||||
// To apply default value changes
|
||||
SaveValues();
|
||||
Settings::Apply(Core::System::GetInstance());
|
||||
Core::System::GetInstance().ApplySettings();
|
||||
}
|
||||
|
||||
void Config::Save() {
|
||||
|
Reference in New Issue
Block a user