mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +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_mkdir(shaderdir))
|
||||
goto finish;
|
||||
|
||||
dir_path = shaderdir;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user