mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +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;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!video_driver_is_active())
|
||||
if (!video_driver_active)
|
||||
return;
|
||||
|
||||
if (video_driver_scaler_ptr && data &&
|
||||
|
Loading…
Reference in New Issue
Block a user