Fix filesystem

This commit is contained in:
Ivan Epifanov 2020-11-02 19:55:01 +03:00 committed by Sam Lantinga
parent 73b545ed28
commit 194c813893

View file

@ -42,7 +42,7 @@
char *
SDL_GetBasePath(void)
{
const char *basepath = "app:/";
const char *basepath = "app0:/";
char *retval = SDL_strdup(basepath);
return retval;
}