Change 6GB DRAM expansion to 8GB (#7313)

* Change 6GB DRAM expansion to 8GB

* Update texts and tooltips
This commit is contained in:
gdkchan
2024-09-17 15:09:20 -03:00
committed by GitHub
parent cd74ae1bbd
commit cf77c011e4
7 changed files with 11 additions and 11 deletions

View File

@ -562,7 +562,7 @@ namespace Ryujinx.Headless.SDL2
_userChannelPersistence,
renderer,
new SDL2HardwareDeviceDriver(),
options.ExpandRAM ? MemoryConfiguration.MemoryConfiguration6GiB : MemoryConfiguration.MemoryConfiguration4GiB,
options.ExpandRAM ? MemoryConfiguration.MemoryConfiguration8GiB : MemoryConfiguration.MemoryConfiguration4GiB,
window,
options.SystemLanguage,
options.SystemRegion,