mirror of https://github.com/mgba-emu/mgba.git
GBA SIO: Remove erroneous RCNT setting
This commit is contained in:
parent
8c0a28477b
commit
2b394e1e26
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue