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