summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorFlorian <fl.david.53@gmail.com>2023-08-26 21:23:02 +0200
committerflodavid <fl.david.53@gmail.com>2023-10-12 01:51:53 +0200
commit6c246f2ac5ce2ede656bf0d2def3b32f87e620b3 (patch)
treed6f9fd1a9965f95cd3f22102b79b02f09340ac04 /src/common/settings.h
parentyuzu: Enable to use controller to close a game (diff)
downloadyuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.gz
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.bz2
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.lz
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.xz
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.tar.zst
yuzu-6c246f2ac5ce2ede656bf0d2def3b32f87e620b3.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 98ab0ec2e..236e33bee 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -67,6 +67,7 @@ SWITCHABLE(CpuAccuracy, true);
SWITCHABLE(FullscreenMode, true);
SWITCHABLE(GpuAccuracy, true);
SWITCHABLE(Language, true);
+SWITCHABLE(MemoryLayout, true);
SWITCHABLE(NvdecEmulation, false);
SWITCHABLE(Region, true);
SWITCHABLE(RendererBackend, true);
@@ -83,6 +84,10 @@ SWITCHABLE(u32, false);
SWITCHABLE(u8, false);
SWITCHABLE(u8, true);
+// Used in UISettings
+// TODO see if we can move this to uisettings.h
+SWITCHABLE(ConfirmStop, true);
+
#undef SETTING
#undef SWITCHABLE
#endif