1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 06:46:26 -05:00

system: Make index 0 of keyboards in configuration 'all keyboards'

This commit is contained in:
Thog
2020-05-03 15:00:29 +02:00
parent afecb551c5
commit 80d0cc7d6f
7 changed files with 43 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ namespace Ryujinx.Configuration
/// <summary>
/// The current version of the file format
/// </summary>
public const int CurrentVersion = 6;
public const int CurrentVersion = 7;
public int Version { get; set; }