From 1e5b37c94f870dc3faa94fb2d095cfa39fecb2a3 Mon Sep 17 00:00:00 2001 From: Bruno Macabeus Date: Thu, 14 Jan 2021 22:30:52 +0000 Subject: settings: add Show Confirm Exist toggle (#1856) --- Ryujinx.Common/Configuration/ConfigurationFileFormat.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration/ConfigurationFileFormat.cs') diff --git a/Ryujinx.Common/Configuration/ConfigurationFileFormat.cs b/Ryujinx.Common/Configuration/ConfigurationFileFormat.cs index cb7c3b7e..72cc579c 100644 --- a/Ryujinx.Common/Configuration/ConfigurationFileFormat.cs +++ b/Ryujinx.Common/Configuration/ConfigurationFileFormat.cs @@ -14,7 +14,7 @@ namespace Ryujinx.Configuration /// /// The current version of the file format /// - public const int CurrentVersion = 18; + public const int CurrentVersion = 20; public int Version { get; set; } @@ -128,6 +128,11 @@ namespace Ryujinx.Configuration /// public bool CheckUpdatesOnStart { get; set; } + /// + /// Show "Confirm Exit" Dialog + /// + public bool ShowConfirmExit { get; set; } + /// /// Enables or disables Vertical Sync /// -- cgit v1.2.3