mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Fix filesystem
This commit is contained in:
parent
73b545ed28
commit
194c813893
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
char *
|
||||
SDL_GetBasePath(void)
|
||||
{
|
||||
const char *basepath = "app:/";
|
||||
const char *basepath = "app0:/";
|
||||
char *retval = SDL_strdup(basepath);
|
||||
return retval;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue