21 #include "../../SDL_internal.h" 23 #ifdef SDL_FILESYSTEM_EMSCRIPTEN 33 #include <emscripten/emscripten.h> 45 const char *append =
"/libsdl/";
70 if (mkdir(retval, 0700) != 0 && errno != EEXIST) {
71 SDL_SetError(
"Couldn't create directory '%s': '%s'", retval, strerror(errno));
#define SDL_InvalidParamError(param)
#define SDL_OutOfMemory()
Include file for filesystem SDL API functions.
char * SDL_GetBasePath(void)
Get the path where the application resides.