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 {
|
} else {
|
||||||
video->event.callback = _startHblank;
|
video->event.callback = _startHblank;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
video->event.callback = _startHdraw;
|
video->event.callback = _startHdraw;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue