temp commit

almost done killing ARM9/ARM7 desync, f
This commit is contained in:
StapleButter
2018-12-11 03:08:46 +01:00
parent aba4610d45
commit 78d384a754
5 changed files with 213 additions and 141 deletions

View File

@ -41,6 +41,8 @@ public:
return ((mode == StartMode) && (Cnt & 0x80000000));
}
bool IsRunning() { return Running!=0; }
void StartIfNeeded(u32 mode)
{
if ((mode == StartMode) && (Cnt & 0x80000000))
@ -74,7 +76,7 @@ private:
u32 DstAddrInc;
u32 CountMask;
bool Running;
u32 Running;
bool InProgress;
bool Executing;