diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-27 05:14:44 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-03-27 05:14:44 +0200 |
commit | 212a6ab937b05014784187782219a60600573503 (patch) | |
tree | 0997f6ee56d577b798dc9e19d2b0fdc0d83ee69e /src/core/settings.h | |
parent | config: Use simplified checkbox (from Citra) for CPU JIT. (diff) | |
download | yuzu-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 |
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; |