settings: Remove unused CpuCore class.
This commit is contained in:
parent
94f4009c3b
commit
212a6ab937
|
@ -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;
|
||||
|
|
Reference in New Issue