diff options
| author | 2021-04-13 18:38:10 -0700 | |
|---|---|---|
| committer | 2021-04-14 16:24:02 -0700 | |
| commit | c6c0771b12ff7e59ec03b1a25c11233847ef0cc6 (patch) | |
| tree | 053762f2eb49d0b2dc236a141756d2c59cdb0910 /src/core | |
| parent | Merge pull request #6190 from lioncash/constfn2 (diff) | |
| download | yuzu-c6c0771b12ff7e59ec03b1a25c11233847ef0cc6.tar.gz yuzu-c6c0771b12ff7e59ec03b1a25c11233847ef0cc6.tar.xz yuzu-c6c0771b12ff7e59ec03b1a25c11233847ef0cc6.zip | |
core: settings: Add setting for debug assertions and disable by default.
- This is a developer-only setting and no longer needs to be enabled by default.
- Also adds "use_auto_stub" setting to SDL frontend while we are here.
- Supersedes #1340.
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 6c03a6ea9..0b7d28421 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -223,6 +223,7 @@ struct Values { | |||
| 223 | bool quest_flag; | 223 | bool quest_flag; |
| 224 | bool disable_macro_jit; | 224 | bool disable_macro_jit; |
| 225 | bool extended_logging; | 225 | bool extended_logging; |
| 226 | bool use_debug_asserts; | ||
| 226 | bool use_auto_stub; | 227 | bool use_auto_stub; |
| 227 | 228 | ||
| 228 | // Miscellaneous | 229 | // Miscellaneous |