mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-21 17:40:52 +01:00
Note to self, CHECK PRs MORE THOROUGHLY.
This commit is contained in:
parent
a01a06cd3f
commit
26375766b4
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||||
{
|
{
|
||||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 55.");
|
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 55.");
|
||||||
|
|
||||||
configurationFileFormat.IgnoreApplet = true;
|
configurationFileFormat.IgnoreApplet = false;
|
||||||
|
|
||||||
configurationFileUpdated = true;
|
configurationFileUpdated = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue