Update SDL_vitagles_pvr.c

This was broken unintentionally during #6545.
This commit is contained in:
raphasamp 2023-01-22 08:09:24 -03:00 committed by Ozkan Sezer
parent fb11918758
commit 9211c0b639

View file

@ -40,7 +40,8 @@ int VITA_GLES_LoadLibrary(_THIS, const char *path)
char *default_path = "app0:module";
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) {
default_path = override;
}