mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Update ConfigurationState.cs
fixed inaccurate description "migrating to version 52" to version 55
This commit is contained in:
parent
ea5dd5957b
commit
f048a333c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1533,7 +1533,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
|
||||
if (configurationFileFormat.Version < 55)
|
||||
{
|
||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 52.");
|
||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 55.");
|
||||
|
||||
configurationFileFormat.IgnoreApplet = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue