Add Screenshot Feature (#2354)

* Add internal screenshot  capabilities

* update version notice
This commit is contained in:
emmauss
2021-06-28 20:09:43 +00:00
committed by GitHub
parent a79b39b913
commit 28618c58d7
12 changed files with 220 additions and 56 deletions

View File

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