summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-02-01 02:34:26 +0100
committerLioncash <mathew1800@gmail.com>2015-02-01 02:43:03 +0100
commitf44781fd7b0c5f99573e917ccdd92716a99a9b0d (patch)
treead31575f5653316488371cd654d961ce803e2c01 /src/core/core.h
parentMerge pull request #512 from lioncash/assignment (diff)
downloadyuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar.gz
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar.bz2
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar.lz
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar.xz
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.tar.zst
yuzu-f44781fd7b0c5f99573e917ccdd92716a99a9b0d.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h5
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;