mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 20:15:45 +00:00
Fix PS2 raboot name (#13543)
This commit is contained in:
parent
5f2ed6c85a
commit
3a67162ae2
@ -251,7 +251,7 @@ bool frontend_driver_get_salamander_basename(char *s, size_t len)
|
||||
strcpy_literal(s, "eboot.bin");
|
||||
return true;
|
||||
#elif defined(PS2)
|
||||
strcpy_literal(s, "eboot.elf");
|
||||
strcpy_literal(s, "raboot.elf");
|
||||
return true;
|
||||
#elif defined(__PSL1GHT__) || defined(__PS3__)
|
||||
strcpy_literal(s, "EBOOT.BIN");
|
||||
|
Loading…
x
Reference in New Issue
Block a user