diff options
Diffstat (limited to 'Ryujinx/Ui/Windows/SettingsWindow.glade')
-rw-r--r-- | Ryujinx/Ui/Windows/SettingsWindow.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade index c2ffe5b1..e39be81a 100644 --- a/Ryujinx/Ui/Windows/SettingsWindow.glade +++ b/Ryujinx/Ui/Windows/SettingsWindow.glade @@ -1749,11 +1749,11 @@ <property name="orientation">vertical</property> <child> <object class="GtkCheckButton" id="_expandRamToggle"> - <property name="label" translatable="yes">Expand DRAM Size to 6GiB</property> + <property name="label" translatable="yes">Use alternative memory layout (Developers)</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes">Increases the amount of memory on the emulated system from 4GiB to 6GiB. This is only useful for higher-resolution texture packs or 4k resolution mods. Does NOT improve performance. Leave OFF if unsure.</property> + <property name="tooltip-text" translatable="yes">Utilizes an alternative MemoryMode layout to mimic a Switch development model. This is only useful for higher-resolution texture packs or 4k resolution mods. Does NOT improve performance. Leave OFF if unsure.</property> <property name="halign">start</property> <property name="margin-top">5</property> <property name="margin-bottom">5</property> |