settings: Remove unused CpuCore class.

This commit is contained in:
bunnei 2018-03-26 23:14:44 -04:00
parent 94f4009c3b
commit 212a6ab937

View file

@ -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;