diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h index 5e132cb5a..278f0f1cc 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -21,9 +21,6 @@ struct ThreadContext { | |||
| 21 | u32 fpu_registers[32]; | 21 | u32 fpu_registers[32]; |
| 22 | u32 fpscr; | 22 | u32 fpscr; |
| 23 | u32 fpexc; | 23 | u32 fpexc; |
| 24 | |||
| 25 | // These are not part of native ThreadContext, but needed by emu | ||
| 26 | u32 mode; | ||
| 27 | }; | 24 | }; |
| 28 | 25 | ||
| 29 | extern ARM_Interface* g_app_core; ///< ARM11 application core | 26 | extern ARM_Interface* g_app_core; ///< ARM11 application core |