diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2024-09-17 15:09:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 15:09:20 -0300 |
| commit | cf77c011e4f90efd93509c3852350c48f2597344 (patch) | |
| tree | c9d1719327119ba9f4e0be7336bc6666063826d2 /src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs | |
| parent | cd74ae1bbd491987d983bfff36545451e2e6764c (diff) | |
Change 6GB DRAM expansion to 8GB (#7313)
* Change 6GB DRAM expansion to 8GB
* Update texts and tooltips
Diffstat (limited to 'src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs')
| -rw-r--r-- | src/Ryujinx.UI.Common/Configuration/ConfigurationFileFormat.cs | 2 |
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; } |
