mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
commit
9bd18e22ba
@ -445,7 +445,8 @@ static void *wiiu_gfx_init(const video_info_t *video,
|
||||
video->is_threaded,
|
||||
FONT_DRIVER_RENDER_WIIU);
|
||||
|
||||
if(settings->bools.video_shader_enable)
|
||||
if(settings->bools.video_shader_enable &&
|
||||
!string_is_empty(retroarch_get_shader_preset()))
|
||||
{
|
||||
const char* ext = path_get_extension(retroarch_get_shader_preset());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user