diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index fc2b8dae4..2c94caab7 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -105,11 +105,6 @@ static const std::array<const char*, NumAnalogs> mapping = {{ }}; } // namespace NativeAnalog -enum class CpuCore { - Unicorn, - Dynarmic, -}; - struct Values { // System bool use_docked_mode; |