fix safety bit on interp fixes #507

This commit is contained in:
madeline
2026-04-23 03:58:35 -07:00
parent 68519ddcc3
commit 690a76ffb8
2 changed files with 14 additions and 0 deletions
@@ -263,6 +263,9 @@ public:
/* 0x9C */ u8 field_0x9c[4];
/* 0xA0 */ OSTime mResetHoldStartTime;
/* 0xA8 */ u8 field_0xa8;
#if TARGET_PC
u32 mResetHoldFrameCount;
#endif
};
/**