summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-21 21:35:32 +0100
committerbunnei <bunneidev@gmail.com>2022-02-21 22:07:19 +0100
commit70482e6b26d3889517851f57f06c8bed4fbc447a (patch)
tree386929294c6ece98646af943ac2e07c6ce8c57f3 /src/common/settings.h
parentcore: hle: kernel: Remove resource limit hack for PhysicalMemory. (diff)
downloadyuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar.gz
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar.bz2
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar.lz
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar.xz
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.tar.zst
yuzu-70482e6b26d3889517851f57f06c8bed4fbc447a.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 9bee6e10f..d06b23a14 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -466,6 +466,7 @@ struct Values {
// Core
Setting<bool> use_multi_core{true, "use_multi_core"};
+ Setting<bool> use_extended_memory_layout{false, "use_extended_memory_layout"};
// Cpu
RangedSetting<CPUAccuracy> cpu_accuracy{CPUAccuracy::Auto, CPUAccuracy::Auto,