mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
(GX2) Buildfix
This commit is contained in:
parent
dbb9fb448d
commit
066643ac6e
@ -1429,9 +1429,7 @@ static bool wiiu_gfx_set_shader(void *data,
|
||||
if (!path)
|
||||
return true;
|
||||
|
||||
config_file_t *conf = config_file_new(path);
|
||||
|
||||
if (!conf)
|
||||
if (!(conf = config_file_new(path)))
|
||||
return false;
|
||||
|
||||
wiiu->shader_preset = calloc(1, sizeof(*wiiu->shader_preset));
|
||||
|
Loading…
Reference in New Issue
Block a user