libretro: do not display half-ready interlaced images

This commit is contained in:
OV2 2014-05-25 18:13:28 +02:00
parent 2d1ceb4fb5
commit 768bf4948d
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ bool8 S9xDeinitUpdate(int width, int height)
bool8 S9xContinueUpdate(int width, int height)
{
return S9xDeinitUpdate(width, height);
return true;
}
// Dummy functions that should probably be implemented correctly later.