diff options
| author | 2023-01-04 21:20:00 -0500 | |
|---|---|---|
| committer | 2023-01-04 21:20:00 -0500 | |
| commit | b78328f19a54964ef6874281d1a4d6b6ad1c34d9 (patch) | |
| tree | 239947ad53a4a06c3641d58c5d6b8daf5b3dc16a /src/common/settings.h | |
| parent | Merge pull request #9518 from gidoly/revert-9504-pg2 (diff) | |
| parent | yuzu-ui: Add setting for disabling macro HLE (diff) | |
| download | yuzu-b78328f19a54964ef6874281d1a4d6b6ad1c34d9.tar.gz yuzu-b78328f19a54964ef6874281d1a4d6b6ad1c34d9.tar.xz yuzu-b78328f19a54964ef6874281d1a4d6b6ad1c34d9.zip | |
Merge pull request #9501 from FernandoS27/yfc-rel-2
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 6b199af93..5017951c5 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -531,6 +531,7 @@ struct Values { | |||
| 531 | Setting<bool> reporting_services{false, "reporting_services"}; | 531 | Setting<bool> reporting_services{false, "reporting_services"}; |
| 532 | Setting<bool> quest_flag{false, "quest_flag"}; | 532 | Setting<bool> quest_flag{false, "quest_flag"}; |
| 533 | Setting<bool> disable_macro_jit{false, "disable_macro_jit"}; | 533 | Setting<bool> disable_macro_jit{false, "disable_macro_jit"}; |
| 534 | Setting<bool> disable_macro_hle{false, "disable_macro_hle"}; | ||
| 534 | Setting<bool> extended_logging{false, "extended_logging"}; | 535 | Setting<bool> extended_logging{false, "extended_logging"}; |
| 535 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; | 536 | Setting<bool> use_debug_asserts{false, "use_debug_asserts"}; |
| 536 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; | 537 | Setting<bool> use_auto_stub{false, "use_auto_stub"}; |