misc: Fix config file version

This commit is contained in:
KeatonTheBot
2026-09-08 16:13:26 -05:00
parent e3150d20bb
commit 9bf15801fd
@@ -16,7 +16,7 @@ namespace Ryujinx.UI.Common.Configuration
/// <summary>
/// The current version of the file format
/// </summary>
public const int CurrentVersion = 62;
public const int CurrentVersion = 61;
/// <summary>
/// Version of the configuration file format