mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Hide UI rework/arrow key fix (#2504)
* Unbreak arrow keys * Use bitshift for Flags instead of literal
This commit is contained in:
parent
b1dcf8b792
commit
dc2f730cff
7 changed files with 43 additions and 21 deletions
|
@ -14,7 +14,7 @@ namespace Ryujinx.Configuration
|
|||
/// <summary>
|
||||
/// The current version of the file format
|
||||
/// </summary>
|
||||
public const int CurrentVersion = 28;
|
||||
public const int CurrentVersion = 29;
|
||||
|
||||
public int Version { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue