diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 912b2c885..ebf072cff 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -72,6 +72,11 @@ static const std::array<const char*, NumAnalogs> mapping = {{ | |||
| 72 | }}; | 72 | }}; |
| 73 | } // namespace NativeAnalog | 73 | } // namespace NativeAnalog |
| 74 | 74 | ||
| 75 | enum class CpuCore { | ||
| 76 | Unicorn, | ||
| 77 | Dynarmic, | ||
| 78 | }; | ||
| 79 | |||
| 75 | struct Values { | 80 | struct Values { |
| 76 | // CheckNew3DS | 81 | // CheckNew3DS |
| 77 | bool is_new_3ds; | 82 | bool is_new_3ds; |
| @@ -83,7 +88,7 @@ struct Values { | |||
| 83 | std::string touch_device; | 88 | std::string touch_device; |
| 84 | 89 | ||
| 85 | // Core | 90 | // Core |
| 86 | bool use_cpu_jit; | 91 | CpuCore cpu_core; |
| 87 | 92 | ||
| 88 | // Data Storage | 93 | // Data Storage |
| 89 | bool use_virtual_sd; | 94 | bool use_virtual_sd; |