try some stupid shit

This commit is contained in:
Arisotura
2021-12-06 17:26:37 +01:00
parent 151610eb6c
commit bc227e80ac
3 changed files with 8 additions and 0 deletions

View File

@ -101,6 +101,9 @@ u64 ARM9Timestamp, ARM9Target;
u64 ARM7Timestamp, ARM7Target;
u64 SysTimestamp;
u32 ARM9InstrCount, ARM9MainRAMCount;
u32 ARM7InstrCount, ARM7MainRAMCount;
SchedEvent SchedList[Event_MAX];
u32 SchedListMask;