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 4bcb509bbb
commit bdaf10ec9e
13 changed files with 34 additions and 30 deletions

View file

@ -41,6 +41,7 @@ private:
bool enabled = false;
ConfigurationShared::CheckState use_rng_seed;
ConfigurationShared::CheckState use_unsafe_extended_memory_layout;
Core::System& system;
};