mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
Update SDL_vitagles_pvr.c
This was broken unintentionally during #6545.(cherry picked from commit 9211c0b639)
This commit is contained in:
@@ -42,7 +42,8 @@ int VITA_GLES_LoadLibrary(_THIS, const char *path)
|
|||||||
char *default_path = "app0:module";
|
char *default_path = "app0:module";
|
||||||
char target_path[MAX_PATH];
|
char target_path[MAX_PATH];
|
||||||
|
|
||||||
if (skip_init == NULL) // we don't care about actual value {
|
if (skip_init == NULL) { // we don't care about actual value
|
||||||
|
|
||||||
if (override != NULL) {
|
if (override != NULL) {
|
||||||
default_path = override;
|
default_path = override;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user