mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-20 01:37:02 +00:00
settings: rename extended memory layout to unsafe, move from general to system
This commit is contained in:
parent
689f9a75a7
commit
2cd9e1ecb6
13 changed files with 34 additions and 30 deletions
|
|
@ -274,7 +274,7 @@ void Config::ReadValues() {
|
|||
|
||||
// Core
|
||||
ReadSetting("Core", Settings::values.use_multi_core);
|
||||
ReadSetting("Core", Settings::values.use_extended_memory_layout);
|
||||
ReadSetting("Core", Settings::values.use_unsafe_extended_memory_layout);
|
||||
|
||||
// Cpu
|
||||
ReadSetting("Cpu", Settings::values.cpu_accuracy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue