aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 2f5e8bc6..5e132cb5 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;
@@ -28,7 +23,6 @@ struct ThreadContext {
u32 fpexc;
// These are not part of native ThreadContext, but needed by emu
- u32 reg_15;
u32 mode;
};