aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs')
-rw-r--r--src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs b/src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs
index 43489432..09e7f570 100644
--- a/src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs
+++ b/src/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs
@@ -14,7 +14,7 @@ namespace Ryujinx.Ui.Common.Configuration
/// <summary>
/// The current version of the file format
/// </summary>
- public const int CurrentVersion = 47;
+ public const int CurrentVersion = 48;
/// <summary>
/// Version of the configuration file format
@@ -187,6 +187,11 @@ namespace Ryujinx.Ui.Common.Configuration
public bool EnableMacroHLE { get; set; }
/// <summary>
+ /// Enables or disables color space passthrough, if available.
+ /// </summary>
+ public bool EnableColorSpacePassthrough { get; set; }
+
+ /// <summary>
/// Enables or disables profiled translation cache persistency
/// </summary>
public bool EnablePtc { get; set; }