mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 00:07:58 -05:00
dyncom: Remove more unused/unnecessary code
Gets rid of a sizeable amount of stuff in armdefs.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user