Update ConfigurationState.cs

fixed inaccurate description "migrating to version 52" to version 55
This commit is contained in:
Vladimir Sokolov 2024-10-23 19:21:03 +10:00 committed by GitHub
parent ea5dd5957b
commit f048a333c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;