aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.UI.Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.UI.Common')
-rw-r--r--src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs b/src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs
index af3ad0a1..8a0be402 100644
--- a/src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs
+++ b/src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs
@@ -238,7 +238,7 @@ namespace Ryujinx.UI.Common.Configuration
public MemoryManagerMode MemoryManagerMode { get; set; }
/// <summary>
- /// Expands the RAM amount on the emulated system from 4GiB to 6GiB
+ /// Expands the RAM amount on the emulated system from 4GiB to 8GiB
/// </summary>
public bool ExpandRam { get; set; }