Small cleanup

This commit is contained in:
Your Name 2024-12-22 23:42:10 -08:00
parent c7270334ea
commit 6a462fa9c9

View File

@ -640,7 +640,7 @@ namespace Ryujinx.UI.Common.Configuration
if (configurationFileFormat.Version < 58)
{
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 17.");
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 58.");
configurationFileFormat.StartNoUI = false;