1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 01:16:32 -05:00

settings: Add a new "use_extended_memory_layout" setting.

- This will be used to enable emulation of a larger memory arrangement.
This commit is contained in:
bunnei
2022-02-21 12:35:32 -08:00
parent ca5e843bf6
commit 70482e6b26
7 changed files with 22 additions and 0 deletions

View File

@@ -142,6 +142,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_extended_memory_layout">
<property name="text">
<string>Extended memory layout (6GB DRAM)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toggle_check_exit">
<property name="text">