mirror of https://github.com/snes9xgit/snes9x.git
libretro: do not display half-ready interlaced images
This commit is contained in:
parent
2d1ceb4fb5
commit
768bf4948d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue