mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:47:55 -05:00
core: Add a configuration setting for use_multi_core.
This commit is contained in:
@ -121,6 +121,7 @@ struct Values {
|
||||
|
||||
// Core
|
||||
bool use_cpu_jit;
|
||||
bool use_multi_core;
|
||||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
Reference in New Issue
Block a user