From a15459366e7cd76ddb33eb882fd117f5aa79493d Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Tue, 29 Sep 2020 16:05:25 -0400 Subject: Appveyor Ryujinx Updater (#1403) Co-authored-by: Xpl0itR --- 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 ae3fa493..cab38046 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 = 12; + public const int CurrentVersion = 14; public int Version { get; set; } @@ -118,6 +118,11 @@ namespace Ryujinx.Configuration /// public bool EnableDiscordIntegration { get; set; } + /// + /// Checks for updates when Ryujinx starts when enabled + /// + public bool CheckUpdatesOnStart { get; set; } + /// /// Enables or disables Vertical Sync /// -- cgit v1.2.3