GBA Video: Fix fallthrough in deserializing

This commit is contained in:
Vicki Pfau 2020-02-12 23:56:12 -08:00
parent 07f6c6c7e2
commit fd352d7cac
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ void GBAVideoDeserialize(struct GBAVideo* video, const struct GBASerializedState
} else {
video->event.callback = _startHblank;
}
break;
case 1:
video->event.callback = _startHdraw;
break;