GBA SIO: Remove erroneous RCNT setting

This commit is contained in:
Vicki Pfau 2024-05-24 21:17:10 -07:00
parent 8c0a28477b
commit 2b394e1e26
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ bool GBASIOLockstepNodeLoad(struct GBASIODriver* driver) {
switch (node->mode) {
case GBA_SIO_MULTI:
node->d.writeRegister = GBASIOLockstepNodeMultiWriteRegister;
node->d.p->rcnt |= 3;
ATOMIC_ADD(node->p->attachedMulti, 1);
node->d.p->siocnt = GBASIOMultiplayerSetReady(node->d.p->siocnt, node->p->attachedMulti == node->p->d.attached);
if (node->id) {