瀏覽代碼

Clarify DramSize XMLdoc

Evan Husted 1 年之前
父節點
當前提交
e50198b37d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Ryujinx/Utilities/Configuration/ConfigurationFileFormat.cs

+ 1 - 1
src/Ryujinx/Utilities/Configuration/ConfigurationFileFormat.cs

@@ -272,7 +272,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
         public MemoryManagerMode MemoryManagerMode { get; set; }
 
         /// <summary>
-        /// Expands the RAM amount on the emulated system from 4GiB to 8GiB
+        /// Expands the RAM amount on the emulated system
         /// </summary>
         public MemoryConfiguration DramSize { get; set; }