mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-05 16:20:13 +00:00
Add the fix from PR #12521 to the RS90 driver
This commit is contained in:
parent
32bea11cc3
commit
513370f715
@ -1078,7 +1078,7 @@ static bool sdl_rs90_gfx_frame(void *data, const void *frame,
|
||||
* - Menu is inactive and input 'content' frame
|
||||
* data is NULL (may happen when e.g. a running
|
||||
* core skips a frame) */
|
||||
if (unlikely(!vid || (!frame && !vid->menu_active)))
|
||||
if (unlikely(!vid))
|
||||
return true;
|
||||
|
||||
/* If fast forward is currently active, we may
|
||||
|
Loading…
Reference in New Issue
Block a user