mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-20 20:17:52 +00:00
vita: fix reformatting error in SDL_vtagl_pvr.c
This commit is contained in:
parent
a8a5bd3d6b
commit
33ec2a5e94
|
@ -53,7 +53,7 @@ int VITA_GL_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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue