From 8b2b620a5e70a47a5ff8b3b90c5159a03ead2745 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 Apr 2015 16:15:33 -0400 Subject: dyncom: Remove more unused/unnecessary code Gets rid of a sizeable amount of stuff in armdefs. --- src/core/core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/core.h') 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 { 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 -- cgit v1.2.3