mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Cleanup
This commit is contained in:
parent
cf9341f2ea
commit
ebd8e5bbc2
@ -671,11 +671,9 @@ retro_proc_address_t video_driver_get_proc_address(const char *sym)
|
|||||||
bool video_driver_set_shader(enum rarch_shader_type type,
|
bool video_driver_set_shader(enum rarch_shader_type type,
|
||||||
const char *path)
|
const char *path)
|
||||||
{
|
{
|
||||||
bool ret = false;
|
|
||||||
if (current_video->set_shader)
|
if (current_video->set_shader)
|
||||||
ret = current_video->set_shader(video_driver_data, type, path);
|
return current_video->set_shader(video_driver_data, type, path);
|
||||||
|
return false;
|
||||||
return ret;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void video_driver_filter_free(void)
|
static void video_driver_filter_free(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user