mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-22 02:31:12 +02:00
misc: chore: Fix logger message when configuration is migrated to version 57
This commit is contained in:
@@ -1624,7 +1624,7 @@ namespace Ryujinx.UI.Common.Configuration
|
||||
|
||||
if (configurationFileFormat.Version < 57)
|
||||
{
|
||||
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 57.");
|
||||
|
||||
configurationFileFormat.StartNoUI = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user