settings: Remove unused CpuCore class.
This commit is contained in:
parent
94f4009c3b
commit
212a6ab937
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue