mirror of https://github.com/mgba-emu/mgba.git
GBA Video: Fix fallthrough in deserializing
This commit is contained in:
parent
07f6c6c7e2
commit
fd352d7cac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue