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