diff options
| author | 2020-07-29 10:25:37 -0700 | |
|---|---|---|
| committer | 2020-08-24 21:39:56 -0700 | |
| commit | 43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c (patch) | |
| tree | 3eb2d533a8edd88b54934aa35371fa7fb9d7bc30 /src/core/settings.h | |
| parent | Merge pull request #4542 from ReinUsesLisp/gpu-init-base (diff) | |
| download | yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.gz yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.tar.xz yuzu-43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c.zip | |
logging/settings: Increase maximum log size to 100 MB and add extended logging option
The extended logging option is automatically disabled on boot but can be enabled afterwards, allowing the log file to go up to 1 GB during that session.
This commit also fixes a few errors that are present in the general debug menu.
Diffstat (limited to 'src/core/settings.h')
| -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 3681b5e9d..5a2f852fd 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -498,6 +498,7 @@ struct Values { | |||
| 498 | bool reporting_services; | 498 | bool reporting_services; |
| 499 | bool quest_flag; | 499 | bool quest_flag; |
| 500 | bool disable_macro_jit; | 500 | bool disable_macro_jit; |
| 501 | bool extended_logging; | ||
| 501 | 502 | ||
| 502 | // Misceallaneous | 503 | // Misceallaneous |
| 503 | std::string log_filter; | 504 | std::string log_filter; |