From 513370f71579d5af5471859a8b69533cdabb205a Mon Sep 17 00:00:00 2001 From: andymcca Date: Sun, 4 Dec 2022 14:06:00 +0000 Subject: [PATCH] (sdl rs_90) Replicate black screen fix #12521 (#14695) Add the fix from PR #12521 to the RS90 driver --- gfx/drivers/sdl_rs90_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/sdl_rs90_gfx.c b/gfx/drivers/sdl_rs90_gfx.c index 0be78dbf20..2b81195223 100644 --- a/gfx/drivers/sdl_rs90_gfx.c +++ b/gfx/drivers/sdl_rs90_gfx.c @@ -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