mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 08:38:01 -05:00
Address some review comments
This commit is contained in:
@ -181,7 +181,7 @@ struct Values {
|
||||
|
||||
// Cpu
|
||||
SwitchableSetting<CpuBackend, true> cpu_backend{
|
||||
linkage, CpuBackend::Nce, CpuBackend::Dynarmic,
|
||||
linkage, CpuBackend::Dynarmic, CpuBackend::Dynarmic,
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
CpuBackend::Nce,
|
||||
#else
|
||||
|
Reference in New Issue
Block a user