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

@ -167,6 +167,7 @@ void RestoreGlobalState(bool is_powered_on) {
// Core
values.use_multi_core.SetGlobal(true);
values.use_extended_memory_layout.SetGlobal(true);
// CPU
values.cpu_accuracy.SetGlobal(true);