mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-04-12 10:42:01 +02:00
Fix filesystem
This commit is contained in:
parent
73b545ed28
commit
194c813893
@ -42,7 +42,7 @@
|
|||||||
char *
|
char *
|
||||||
SDL_GetBasePath(void)
|
SDL_GetBasePath(void)
|
||||||
{
|
{
|
||||||
const char *basepath = "app:/";
|
const char *basepath = "app0:/";
|
||||||
char *retval = SDL_strdup(basepath);
|
char *retval = SDL_strdup(basepath);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user