Browse Source

settings: Remove unused CpuCore class.

nce_cpp
bunnei 8 years ago
parent
commit
8c991d792e
  1. 5
      src/core/settings.h

5
src/core/settings.h

@ -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…
Cancel
Save