GBA SIO: Add more missing NORMAL8 implementation bits (fixes #2044)

This commit is contained in:
Vicki Pfau 2021-06-28 15:22:07 -07:00
parent 6c6d498817
commit d9627e3623
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ bool GBASIOLockstepNodeUnload(struct GBASIODriver* driver) {
case SIO_MULTI:
ATOMIC_SUB(node->p->attachedMulti, 1);
break;
case SIO_NORMAL_8:
case SIO_NORMAL_32:
ATOMIC_SUB(node->p->attachedNormal, 1);
break;