Преглед изворни кода

settings: Remove unused CpuCore class.

bunnei пре 8 година
родитељ
комит
212a6ab937
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      src/core/settings.h

+ 0 - 5
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;