summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-04-30 14:19:11 -0400
committerLiam <byteslice@airmail.cc>2023-04-30 14:24:22 -0400
commit2cd9e1ecb6b67286ae89ef5758a389b58673c378 (patch)
tree9c5af5060d38d4b7df5d95c7ef4a88850e1fd29a /src/common/settings.h
parent689f9a75a7809e21c160b97283db72180feba524 (diff)
settings: rename extended memory layout to unsafe, move from general to system
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index b77a1580a..a2a3aaae0 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -388,7 +388,8 @@ struct Values {
// Core
SwitchableSetting<bool> use_multi_core{true, "use_multi_core"};
- SwitchableSetting<bool> use_extended_memory_layout{false, "use_extended_memory_layout"};
+ SwitchableSetting<bool> use_unsafe_extended_memory_layout{false,
+ "use_unsafe_extended_memory_layout"};
// Cpu
SwitchableSetting<CPUAccuracy, true> cpu_accuracy{CPUAccuracy::Auto, CPUAccuracy::Auto,