configuration: Add auto stub toggle that resets on boot
Auto-stub is an experimental debugging feature that may cause unforseen bugs. This adds a toggle to only allow auto-stubbing unimplemented functions when explicitly enabled when yuzu is launched.
This commit is contained in:
parent
96bf3fa674
commit
96fbe4f630
5 changed files with 32 additions and 4 deletions
|
@ -222,6 +222,7 @@ struct Values {
|
|||
bool quest_flag;
|
||||
bool disable_macro_jit;
|
||||
bool extended_logging;
|
||||
bool use_auto_stub;
|
||||
|
||||
// Miscellaneous
|
||||
std::string log_filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue