aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HLEConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HLEConfiguration.cs')
-rw-r--r--src/Ryujinx.HLE/HLEConfiguration.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HLEConfiguration.cs b/src/Ryujinx.HLE/HLEConfiguration.cs
index b1ba11b5..d52f1815 100644
--- a/src/Ryujinx.HLE/HLEConfiguration.cs
+++ b/src/Ryujinx.HLE/HLEConfiguration.cs
@@ -101,7 +101,7 @@ namespace Ryujinx.HLE
/// <summary>
/// Control if the guest application should be told that there is a Internet connection available.
/// </summary>
- internal readonly bool EnableInternetAccess;
+ public bool EnableInternetAccess { internal get; set; }
/// <summary>
/// Control LibHac's integrity check level.