summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-27 05:14:44 +0200
committerbunnei <bunneidev@gmail.com>2018-03-27 05:14:44 +0200
commit212a6ab937b05014784187782219a60600573503 (patch)
tree0997f6ee56d577b798dc9e19d2b0fdc0d83ee69e
parentconfig: Use simplified checkbox (from Citra) for CPU JIT. (diff)
downloadyuzu-212a6ab937b05014784187782219a60600573503.tar
yuzu-212a6ab937b05014784187782219a60600573503.tar.gz
yuzu-212a6ab937b05014784187782219a60600573503.tar.bz2
yuzu-212a6ab937b05014784187782219a60600573503.tar.lz
yuzu-212a6ab937b05014784187782219a60600573503.tar.xz
yuzu-212a6ab937b05014784187782219a60600573503.tar.zst
yuzu-212a6ab937b05014784187782219a60600573503.zip
-rw-r--r--src/core/settings.h5
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;