summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/settings.h5
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;