mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Fix shader update
This commit is contained in:
parent
c720bce8a9
commit
08f098e339
@ -420,6 +420,8 @@ void cb_generic_download(void *task_data, void *user_data, const char *err)
|
|||||||
if (!path_file_exists(shaderdir))
|
if (!path_file_exists(shaderdir))
|
||||||
if (!path_mkdir(shaderdir))
|
if (!path_mkdir(shaderdir))
|
||||||
goto finish;
|
goto finish;
|
||||||
|
|
||||||
|
dir_path = shaderdir;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user