Update gx2_gfx.c

This commit is contained in:
cucholix 2018-01-26 16:10:04 -03:00 committed by GitHub
parent de6c185e88
commit 648032bd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1422,7 +1422,7 @@ static bool wiiu_gfx_set_shader(void *data,
for (int i = 0; i < wiiu->shader_preset->passes; i++)
slang_preprocess_parse_parameters(wiiu->shader_preset->pass[i].source.path, wiiu->shader_preset);
video_shader_resolve_current_parameters(conf, wiiu->shader_preset);
video_shader_resolve_current_parameters(conf, wiiu->shader_preset);
#endif
config_file_free(conf);