qt: add cpu_backend configuration
This commit is contained in:
parent
82c5e2472e
commit
c95a560bc3
9 changed files with 59 additions and 6 deletions
|
@ -182,7 +182,7 @@ struct Values {
|
|||
// Cpu
|
||||
SwitchableSetting<CpuBackend, true> cpu_backend{
|
||||
linkage, CpuBackend::Dynarmic, CpuBackend::Dynarmic,
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
#ifdef HAS_NCE
|
||||
CpuBackend::Nce,
|
||||
#else
|
||||
CpuBackend::Dynarmic,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue