aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Configuration/ConfigurationFileFormat.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2021-12-26 11:17:13 -0300
committerGitHub <noreply@github.com>2021-12-26 15:17:13 +0100
commit0b1185284c311510d08eb4a3442823356a785e24 (patch)
treece86ea85c6c1ede4d5553da3a5f1bcdeb2835728 /Ryujinx/Configuration/ConfigurationFileFormat.cs
parentc0056546e72b148ccc561eba7b8daa6a78f484ae (diff)
Fix GetAddrInfoWithOptions and some sockets issues (#2936)
* Fix GetAddrInfoWithOptions and some sockets issues * Was not supposed to remove this log
Diffstat (limited to 'Ryujinx/Configuration/ConfigurationFileFormat.cs')
-rw-r--r--Ryujinx/Configuration/ConfigurationFileFormat.cs14
1 files changed, 8 insertions, 6 deletions
diff --git a/Ryujinx/Configuration/ConfigurationFileFormat.cs b/Ryujinx/Configuration/ConfigurationFileFormat.cs
index 648004d5..b06e04e0 100644
--- a/Ryujinx/Configuration/ConfigurationFileFormat.cs
+++ b/Ryujinx/Configuration/ConfigurationFileFormat.cs
@@ -14,8 +14,11 @@ namespace Ryujinx.Configuration
/// <summary>
/// The current version of the file format
/// </summary>
- public const int CurrentVersion = 33;
+ public const int CurrentVersion = 34;
+ /// <summary>
+ /// Version of the configuration file format
+ /// </summary>
public int Version { get; set; }
/// <summary>
@@ -98,7 +101,6 @@ namespace Ryujinx.Configuration
/// </summary>
public GraphicsDebugLevel LoggingGraphicsDebugLevel { get; set; }
-
/// <summary>
/// Change System Language
/// </summary>
@@ -155,14 +157,14 @@ namespace Ryujinx.Configuration
public bool EnableShaderCache { get; set; }
/// <summary>
- /// Enables or disables multi-core scheduling of threads
+ /// Enables or disables profiled translation cache persistency
/// </summary>
- public bool EnableMulticoreScheduling { get; set; }
+ public bool EnablePtc { get; set; }
/// <summary>
- /// Enables or disables profiled translation cache persistency
+ /// Enables or disables guest Internet access
/// </summary>
- public bool EnablePtc { get; set; }
+ public bool EnableInternetAccess { get; set; }
/// <summary>
/// Enables integrity checks on Game content files