diff options
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/svc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/svc.h b/src/core/hle/svc.h index c5170aab7..1d125faf6 100644 --- a/src/core/hle/svc.h +++ b/src/core/hle/svc.h | |||
| @@ -29,6 +29,10 @@ struct ThreadContext { | |||
| 29 | u32 fpu_registers[32]; | 29 | u32 fpu_registers[32]; |
| 30 | u32 fpscr; | 30 | u32 fpscr; |
| 31 | u32 fpexc; | 31 | u32 fpexc; |
| 32 | |||
| 33 | // These are not part of native ThreadContext, but needed by emu | ||
| 34 | u32 reg_15; | ||
| 35 | u32 mode; | ||
| 32 | }; | 36 | }; |
| 33 | 37 | ||
| 34 | enum ResetType { | 38 | enum ResetType { |