diff options
author | bunnei <bunneidev@gmail.com> | 2015-02-01 03:11:34 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-02-01 03:11:34 +0100 |
commit | 1a82721ad2f21b61479975bc338d047b11319cd0 (patch) | |
tree | ad31575f5653316488371cd654d961ce803e2c01 /src/core/core.h | |
parent | Merge pull request #512 from lioncash/assignment (diff) | |
parent | arm: Adios armemu (diff) | |
download | yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar.gz yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar.bz2 yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar.lz yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar.xz yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.tar.zst yuzu-1a82721ad2f21b61479975bc338d047b11319cd0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/core.h b/src/core/core.h index 2f5e8bc6b..8504bb2d9 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -12,11 +12,6 @@ class ARM_Interface; namespace Core { -enum CPUCore { - CPU_Interpreter, - CPU_OldInterpreter, -}; - struct ThreadContext { u32 cpu_registers[13]; u32 sp; |