summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-23 22:34:15 +0100
committerGitHub <noreply@github.com>2020-11-23 22:34:15 +0100
commit5d1447897aebc371439507f42507bd98f1cfc223 (patch)
tree39bb9035ae1eeeb9988e69780f55e5bd5a5ef2c2 /src/core/settings.h
parentMerge pull request #4969 from liushuyu/master (diff)
parentlogging/settings: Increase maximum log size to 100 MB and add extended logging option (diff)
downloadyuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.gz
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.bz2
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.lz
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.xz
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.zst
yuzu-5d1447897aebc371439507f42507bd98f1cfc223.zip
Diffstat (limited to 'src/core/settings.h')
-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 476c3fdf3..1143aba5d 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -215,6 +215,7 @@ struct Values {
bool reporting_services;
bool quest_flag;
bool disable_macro_jit;
+ bool extended_logging;
// Misceallaneous
std::string log_filter;