Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Aug 24, 2022
1 parent 1047e94 commit 2ec9396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SysVita/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ int main(int argc, char* argv[]) {
preloadConfig();

// Checking for libshacccg.suprx existence
SceIoStat st1, st2;
if (!(sceIoGetstat("ur0:/data/libshacccg.suprx", &st1) >= 0 || sceIoGetstat("ur0:/data/external/libshacccg.suprx", &st2) >= 0)) {
vglInit(0);
SceMsgDialogUserMessageParam msg_param;
Expand Down

0 comments on commit 2ec9396

Please sign in to comment.