Fix default path
parent
134dd46819
commit
2a83686071
|
@ -39,7 +39,7 @@ VITA_GL_LoadLibrary(_THIS, const char *path)
|
|||
{
|
||||
PVRSRV_PSP2_APPHINT hint;
|
||||
char* override = SDL_getenv("VITA_MODULE_PATH");
|
||||
char* default_path = "app0:module/";
|
||||
char* default_path = "app0:module";
|
||||
char target_path[MAX_PATH];
|
||||
|
||||
if (override != NULL)
|
||||
|
|
Loading…
Reference in New Issue