mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
include SLANGP extension
This commit is contained in:
parent
281aa1df72
commit
2835a2292c
@ -2539,7 +2539,7 @@ bool config_load_shader_preset(void)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
for(idx = FILE_PATH_CGP_EXTENSION; idx < FILE_PATH_SLANGP_EXTENSION; idx++)
|
for(idx = FILE_PATH_CGP_EXTENSION; idx <= FILE_PATH_SLANGP_EXTENSION; idx++)
|
||||||
{
|
{
|
||||||
config_file_t *new_conf = NULL;
|
config_file_t *new_conf = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user