diff options
| author | 2020-11-23 13:34:15 -0800 | |
|---|---|---|
| committer | 2020-11-23 13:34:15 -0800 | |
| commit | 5d1447897aebc371439507f42507bd98f1cfc223 (patch) | |
| tree | 39bb9035ae1eeeb9988e69780f55e5bd5a5ef2c2 /src/core | |
| parent | Merge pull request #4969 from liushuyu/master (diff) | |
| parent | logging/settings: Increase maximum log size to 100 MB and add extended loggin... (diff) | |
| download | yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.gz yuzu-5d1447897aebc371439507f42507bd98f1cfc223.tar.xz yuzu-5d1447897aebc371439507f42507bd98f1cfc223.zip | |
Merge pull request #4451 from slashiee/extended-logging
logging/settings: Increase maximum log size to 100 MB and add extended logging option
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 1 |
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 { | |||
| 215 | bool reporting_services; | 215 | bool reporting_services; |
| 216 | bool quest_flag; | 216 | bool quest_flag; |
| 217 | bool disable_macro_jit; | 217 | bool disable_macro_jit; |
| 218 | bool extended_logging; | ||
| 218 | 219 | ||
| 219 | // Misceallaneous | 220 | // Misceallaneous |
| 220 | std::string log_filter; | 221 | std::string log_filter; |