GBA SIO: Who wrote this code? Oh, me

This commit is contained in:
Vicki Pfau 2023-03-01 22:52:23 -08:00
parent 222d48efe7
commit 54b9fbd881
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static void _GBASIOLockstepNodeProcessEvents(struct mTiming* timing, void* user,
struct GBASIOLockstepNode* node = user;
mLockstepLock(&node->p->d);
int32_t cycles = cycles = node->nextEvent;
int32_t cycles = node->nextEvent;
node->nextEvent -= cyclesLate;
node->eventDiff += cyclesLate;
if (node->p->d.attached < 2) {