mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(Overlay) input_overlay_fullscreen - add return false if ol is NULL
This commit is contained in:
parent
f88636eb2b
commit
fb73970699
@ -802,6 +802,8 @@ void input_overlay_next(input_overlay_t *ol)
|
||||
|
||||
bool input_overlay_full_screen(input_overlay_t *ol)
|
||||
{
|
||||
if (!ol)
|
||||
return false;
|
||||
return ol->active->full_screen;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user