summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_system.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-05-03 10:52:45 -0400
committerGitHub <noreply@github.com>2023-05-03 10:52:45 -0400
commit627022bef9065d6c02a9782b0c6336c72f4f1e61 (patch)
tree286588730ae66197756c34b0ab0cdbebc52e46ef /src/yuzu/configuration/configure_system.h
parent8f43b05d6b1be260f68907c581b8e3a91cf244d8 (diff)
parent2cd9e1ecb6b67286ae89ef5758a389b58673c378 (diff)
Merge pull request #10124 from liamwhite/pebkac
settings: rename extended memory layout to unsafe, move from general to system
Diffstat (limited to 'src/yuzu/configuration/configure_system.h')
-rw-r--r--src/yuzu/configuration/configure_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_system.h b/src/yuzu/configuration/configure_system.h
index ec28724a1..ce1a91601 100644
--- a/src/yuzu/configuration/configure_system.h
+++ b/src/yuzu/configuration/configure_system.h
@@ -41,6 +41,7 @@ private:
bool enabled = false;
ConfigurationShared::CheckState use_rng_seed;
+ ConfigurationShared::CheckState use_unsafe_extended_memory_layout;
Core::System& system;
};