diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-26 23:14:44 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-03-26 23:14:44 -0400 |
commit | 212a6ab937b05014784187782219a60600573503 (patch) | |
tree | 0997f6ee56d577b798dc9e19d2b0fdc0d83ee69e /src/core/settings.h | |
parent | 94f4009c3be4c7f69eda8af1cb0139dccd5bffa5 (diff) |
settings: Remove unused CpuCore class.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index fc2b8dae4..2c94caab7 100644 --- a/src/core/settings.h +++ b/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; |