mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 19:12:41 +00:00
arm: fixed bug in how thread context switch occurs with SkyEye
This commit is contained in:
@@ -29,6 +29,10 @@ struct ThreadContext {
|
||||
u32 fpu_registers[32];
|
||||
u32 fpscr;
|
||||
u32 fpexc;
|
||||
|
||||
// These are not part of native ThreadContext, but needed by emu
|
||||
u32 reg_15;
|
||||
u32 mode;
|
||||
};
|
||||
|
||||
enum ResetType {
|
||||
|
||||
Reference in New Issue
Block a user