One less leaf function inside video_driver_frame

This commit is contained in:
twinaphex 2016-11-06 14:06:47 +01:00
parent fbcefd02b9
commit 9a87dabca1

View File

@ -2078,7 +2078,7 @@ void video_driver_frame(const void *data, unsigned width,
const char *msg = NULL;
settings_t *settings = config_get_ptr();
if (!video_driver_is_active())
if (!video_driver_active)
return;
if (video_driver_scaler_ptr && data &&