dyncom: Remove more unused/unnecessary code

Gets rid of a sizeable amount of stuff in armdefs.
This commit is contained in:
Lioncash 2015-04-20 16:15:33 -04:00
parent e3eba48596
commit 8b2b620a5e
5 changed files with 1 additions and 95 deletions

View file

@ -21,9 +21,6 @@ struct ThreadContext {
u32 fpu_registers[32];
u32 fpscr;
u32 fpexc;
// These are not part of native ThreadContext, but needed by emu
u32 mode;
};
extern ARM_Interface* g_app_core; ///< ARM11 application core