You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
SDL_GetPrefPath
assumes thatmkdir
will create the intermediate directories but it doesn't.The Unix version does this:
SDL2/src/filesystem/unix/SDL_sysfilesystem.c
Lines 230 to 237 in 33245dd
Perhaps this could be done in the Emscripten version too?
The text was updated successfully, but these errors were encountered: