mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00: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:
parent
f2cc07cc2c
commit
5dc4c92dc2
7 changed files with 22 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue