mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
One less leaf function inside video_driver_frame
This commit is contained in:
parent
fbcefd02b9
commit
9a87dabca1
@ -2078,7 +2078,7 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
const char *msg = NULL;
|
const char *msg = NULL;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
if (!video_driver_is_active())
|
if (!video_driver_active)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (video_driver_scaler_ptr && data &&
|
if (video_driver_scaler_ptr && data &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user