mirror of
https://github.com/libretro/mgba.git
synced 2025-02-24 09:43:43 +00:00
Test: Fix non-SGB video tests
This commit is contained in:
parent
db4f1ecb2d
commit
faceb902c8
@ -617,6 +617,7 @@ void CInemaTestRun(struct CInemaTest* test, struct Table* configTree) {
|
||||
for (frame = 0; frame < skip; ++frame) {
|
||||
core->runFrame(core);
|
||||
}
|
||||
core->desiredVideoDimensions(core, &image.width, &image.height);
|
||||
|
||||
#ifdef USE_FFMPEG
|
||||
struct FFmpegDecoder decoder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user