mirror of https://github.com/mgba-emu/mgba.git
Test: Fix normalized diff not getting written
This commit is contained in:
parent
12fcc417d6
commit
b074795094
|
@ -871,6 +871,8 @@ void _writeDiffSet(struct CInemaImage* expected, const char* name, uint8_t* diff
|
|||
}
|
||||
if (xfail) {
|
||||
_writeDiff(name, &outdiff, frame, "xnormalized");
|
||||
} else {
|
||||
_writeDiff(name, &outdiff, frame, "normalized");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue