From 70482e6b26d3889517851f57f06c8bed4fbc447a Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 21 Feb 2022 12:35:32 -0800 Subject: settings: Add a new "use_extended_memory_layout" setting. - This will be used to enable emulation of a larger memory arrangement. --- src/common/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/settings.h') 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 use_multi_core{true, "use_multi_core"}; + Setting use_extended_memory_layout{false, "use_extended_memory_layout"}; // Cpu RangedSetting cpu_accuracy{CPUAccuracy::Auto, CPUAccuracy::Auto, -- cgit v1.2.3