mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 16:12:33 -07:00
configuration: Add cpu_core configuration option
This commit is contained in:
@@ -72,6 +72,11 @@ static const std::array<const char*, NumAnalogs> mapping = {{
|
||||
}};
|
||||
} // namespace NativeAnalog
|
||||
|
||||
enum class CpuCore {
|
||||
Unicorn,
|
||||
Dynarmic,
|
||||
};
|
||||
|
||||
struct Values {
|
||||
// CheckNew3DS
|
||||
bool is_new_3ds;
|
||||
@@ -83,7 +88,7 @@ struct Values {
|
||||
std::string touch_device;
|
||||
|
||||
// Core
|
||||
bool use_cpu_jit;
|
||||
CpuCore cpu_core;
|
||||
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
Reference in New Issue
Block a user