소스 검색

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
 } // namespace NativeAnalog
 
 
-enum class CpuCore {
-    Unicorn,
-    Dynarmic,
-};
-
 struct Values {
 struct Values {
     // System
     // System
     bool use_docked_mode;
     bool use_docked_mode;