mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-22 10:31:13 +02:00
Fix custom settings invalidating global settings
This commit is contained in:
@@ -624,6 +624,12 @@ namespace Ryujinx.Ava
|
||||
_gpuCancellationTokenSource.Dispose();
|
||||
|
||||
DisposeGpu();
|
||||
|
||||
if (CustomSettingsHelper.HasCustomSettings(CustomSettingsHelper.PathToGameSettingsJson(ApplicationId)))
|
||||
{
|
||||
Program.ReloadConfig();
|
||||
}
|
||||
|
||||
AppExit?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
|
||||
@@ -1072,8 +1078,6 @@ namespace Ryujinx.Ava
|
||||
}
|
||||
}
|
||||
|
||||
MainWindowViewModel.SaveConfig();
|
||||
|
||||
return deviceDriver;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user