diff options
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 8504bb2d9..5e132cb5a 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -23,7 +23,6 @@ struct ThreadContext { u32 fpexc; // These are not part of native ThreadContext, but needed by emu - u32 reg_15; u32 mode; }; |