aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/svc.h')
-rw-r--r--src/core/hle/svc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/svc.h b/src/core/hle/svc.h
index c5170aab..1d125faf 100644
--- a/src/core/hle/svc.h
+++ b/src/core/hle/svc.h
@@ -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 {