Fix default path

main
Ivan Epifanov 2021-09-09 12:36:40 +03:00 committed by Sam Lantinga
parent 134dd46819
commit 2a83686071
1 changed files with 1 additions and 1 deletions

View File

@ -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)