dynarmic: Add option to disable CPU JIT optimizations
This commit is contained in:
parent
67cb130051
commit
0bbafff3db
8 changed files with 27 additions and 3 deletions
|
@ -464,6 +464,7 @@ struct Values {
|
|||
bool dump_nso;
|
||||
bool reporting_services;
|
||||
bool quest_flag;
|
||||
bool disable_cpu_opt;
|
||||
|
||||
// BCAT
|
||||
std::string bcat_backend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue