mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-21 11:17:11 +02:00
Change 6GB DRAM expansion to 8GB (#7313)
* Change 6GB DRAM expansion to 8GB * Update texts and tooltips
This commit is contained in:
parent
cd74ae1bbd
commit
cf77c011e4
7 changed files with 11 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue