GBA SIO: Fix lockstep barrier

This commit is contained in:
Jeffrey Pfau 2015-03-01 15:53:09 -08:00
parent 4e2a27b426
commit 618092a5f6
1 changed files with 1 additions and 1 deletions

View File

@ -158,9 +158,9 @@ static int32_t GBASIOLockstepNodeProcessEvents(struct GBASIODriver* driver, int3
}
}
}
node->p->waiting = 0;
ConditionWake(&node->p->barrier);
}
--node->p->waiting;
if (node->state == LOCKSTEP_FINISHED) {
node->d.p->p->memory.io[REG_SIOMULTI0 >> 1] = node->p->multiRecv[0];
node->d.p->p->memory.io[REG_SIOMULTI1 >> 1] = node->p->multiRecv[1];