mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 20:27:56 -05:00
qt: add cpu_backend configuration
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user