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) {
#define SDL_OutOfMemory()
#define SDL_InvalidParamError(param)
Include file for filesystem SDL API functions.
char * SDL_GetBasePath(void)
Get the path where the application resides.