mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 13:48:02 -05:00
arm: Clean up ARMul_State
Remove unnecessary/unused struct variables.
This commit is contained in:
@ -23,7 +23,6 @@ struct ThreadContext {
|
||||
u32 fpexc;
|
||||
|
||||
// These are not part of native ThreadContext, but needed by emu
|
||||
u32 reg_15;
|
||||
u32 mode;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user