settings: add Show Confirm Exist toggle (#1856)

This commit is contained in:
Bruno Macabeus
2021-01-14 23:30:52 +01:00
committed by GitHub
parent 5be6ec6364
commit 1e5b37c94f
8 changed files with 63 additions and 5 deletions
@@ -14,7 +14,7 @@ namespace Ryujinx.Configuration
/// <summary>
/// The current version of the file format
/// </summary>
public const int CurrentVersion = 18;
public const int CurrentVersion = 20;
public int Version { get; set; }
@@ -128,6 +128,11 @@ namespace Ryujinx.Configuration
/// </summary>
public bool CheckUpdatesOnStart { get; set; }
/// <summary>
/// Show "Confirm Exit" Dialog
/// </summary>
public bool ShowConfirmExit { get; set; }
/// <summary>
/// Enables or disables Vertical Sync
/// </summary>