(sdl rs_90) Replicate black screen fix #12521 (#14695)

Add the fix from PR #12521 to the RS90 driver
This commit is contained in:
andymcca 2022-12-04 14:06:00 +00:00 committed by GitHub
parent 32bea11cc3
commit 513370f715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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