mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-17 11:42:54 +00:00
UI: fix "Enable UI logs" not being persisted upon relaunch
Closes ryujinx#5 (it was saved, just not loaded back)
This commit is contained in:
@@ -221,10 +221,7 @@ namespace Ryujinx.Ava
|
||||
}
|
||||
|
||||
// When you first load the program, copy to remember the path for the global configuration
|
||||
if (GlobalConfigurationPath == null)
|
||||
{
|
||||
GlobalConfigurationPath = ConfigurationPath;
|
||||
}
|
||||
GlobalConfigurationPath ??= ConfigurationPath;
|
||||
|
||||
UseHardwareAcceleration = ConfigurationState.Instance.EnableHardwareAcceleration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user