Explorar el Código

Fix filesystem

Ivan Epifanov hace 5 años
padre
commit
194c813893
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }