mirror of https://github.com/mgba-emu/mgba.git
Detect basic desync in rr
This commit is contained in:
parent
4534574f50
commit
a09bb6d51a
|
@ -213,6 +213,9 @@ void GBARRNextFrame(struct GBARRContext* rr) {
|
|||
|
||||
rr->inputThisFrame = false;
|
||||
} else {
|
||||
if (rr->peekedTag == TAG_INPUT) {
|
||||
GBALog(0, GBA_LOG_WARN, "RR desync detected!");
|
||||
}
|
||||
if (!_seekTag(rr, rr->movieStream, TAG_FRAME)) {
|
||||
uint32_t endStreamId = rr->streamId;
|
||||
GBARRStopPlaying(rr);
|
||||
|
|
Loading…
Reference in New Issue