settings: rename extended memory layout to unsafe, move from general to system

This commit is contained in:
Liam 2023-04-30 14:19:11 -04:00
parent 689f9a75a7
commit 2cd9e1ecb6
13 changed files with 34 additions and 30 deletions

View file

@ -47,7 +47,6 @@ private:
ConfigurationShared::CheckState use_speed_limit;
ConfigurationShared::CheckState use_multi_core;
ConfigurationShared::CheckState use_extended_memory_layout;
const Core::System& system;
};