summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorM&M <goldtextwitch@outlook.com>2020-07-29 19:25:37 +0200
committerM&M <goldtextwitch@outlook.com>2020-08-25 06:39:56 +0200
commit43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c (patch)
tree3eb2d533a8edd88b54934aa35371fa7fb9d7bc30 /src/core/settings.h
parentMerge pull request #4542 from ReinUsesLisp/gpu-init-base (diff)
downloadyuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.gz
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.bz2
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.lz
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.xz
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.zst
yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.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 3681b5e9d..5a2f852fd 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -498,6 +498,7 @@ struct Values {
bool reporting_services;
bool quest_flag;
bool disable_macro_jit;
+ bool extended_logging;
// Misceallaneous
std::string log_filter;