Ivan Epifanov 4 éve
szülő
commit
194c813893
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/filesystem/vita/SDL_sysfilesystem.c

+ 1 - 1
src/filesystem/vita/SDL_sysfilesystem.c

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