summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2023-01-04 20:56:52 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-01-04 20:56:52 +0100
commit3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc (patch)
treeeff34f64b7e9d0b96bcddab5b7b3cb4f26a2704a /src/common/settings.h
parentVideo_core: Address feedback (diff)
downloadyuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar.gz
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar.bz2
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar.lz
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar.xz
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.tar.zst
yuzu-3ecc03ec1b5f8c48aee4f2e1f1428908647a1cfc.zip
Diffstat (limited to '')
-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 6b199af93..5017951c5 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -531,6 +531,7 @@ struct Values {
Setting<bool> reporting_services{false, "reporting_services"};
Setting<bool> quest_flag{false, "quest_flag"};
Setting<bool> disable_macro_jit{false, "disable_macro_jit"};
+ Setting<bool> disable_macro_hle{false, "disable_macro_hle"};
Setting<bool> extended_logging{false, "extended_logging"};
Setting<bool> use_debug_asserts{false, "use_debug_asserts"};
Setting<bool> use_auto_stub{false, "use_auto_stub"};