summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-09 00:32:41 +0200
committerGitHub <noreply@github.com>2021-04-09 00:32:41 +0200
commit1744fa6ecf79d4755543f3c472d5c6159655eac1 (patch)
tree1166668afd72d93acb3c7e165b794e3a3476ace2 /src/core/settings.h
parentMerge pull request #6145 from lat9nq/nvhost_empty_memcpy (diff)
parentconfiguration: Add auto stub toggle that resets on boot (diff)
downloadyuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.gz
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.bz2
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.lz
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.xz
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.zst
yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index d849dded3..a81016b23 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -222,6 +222,7 @@ struct Values {
bool quest_flag;
bool disable_macro_jit;
bool extended_logging;
+ bool use_auto_stub;
// Miscellaneous
std::string log_filter;