Skip to content

Commit

Permalink
Add some PSL1GHT ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalct committed Mar 6, 2021
1 parent 5b741ac commit 49eab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/frontend_driver.c
Expand Up @@ -245,7 +245,7 @@ bool frontend_driver_get_salamander_basename(char *s, size_t len)
#elif defined(PS2)
strcpy_literal(s, "eboot.elf");
return true;
#elif defined(__PSL1GHT__)
#elif defined(__PSL1GHT__) || defined(__PS3__)
strcpy_literal(s, "EBOOT.BIN");
return true;
#elif defined(_XBOX1)
Expand Down

0 comments on commit 49eab75

Please sign in to comment.