diff options
| author | 2021-04-08 15:32:41 -0700 | |
|---|---|---|
| committer | 2021-04-08 15:32:41 -0700 | |
| commit | 1744fa6ecf79d4755543f3c472d5c6159655eac1 (patch) | |
| tree | 1166668afd72d93acb3c7e165b794e3a3476ace2 /src/core/settings.h | |
| parent | Merge pull request #6145 from lat9nq/nvhost_empty_memcpy (diff) | |
| parent | configuration: Add auto stub toggle that resets on boot (diff) | |
| download | yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.gz yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.tar.xz yuzu-1744fa6ecf79d4755543f3c472d5c6159655eac1.zip | |
Merge pull request #6062 from ameerj/auto-stub
service: Add a toggle for auto stub fallback
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 d849dded3..a81016b23 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -222,6 +222,7 @@ struct Values { | |||
| 222 | bool quest_flag; | 222 | bool quest_flag; |
| 223 | bool disable_macro_jit; | 223 | bool disable_macro_jit; |
| 224 | bool extended_logging; | 224 | bool extended_logging; |
| 225 | bool use_auto_stub; | ||
| 225 | 226 | ||
| 226 | // Miscellaneous | 227 | // Miscellaneous |
| 227 | std::string log_filter; | 228 | std::string log_filter; |