mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Cleanups
This commit is contained in:
parent
a7cb5b8491
commit
daadda2553
@ -1020,9 +1020,7 @@ bool video_driver_frame_filter(const void *data,
|
||||
|
||||
rarch_perf_init(&softfilter_process, "softfilter_process");
|
||||
|
||||
if (!video_state.filter.filter)
|
||||
return false;
|
||||
if (!data)
|
||||
if (!video_state.filter.filter || !data)
|
||||
return false;
|
||||
|
||||
rarch_softfilter_get_output_size(video_state.filter.filter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user