Fix PS2 raboot name (#13543)

This commit is contained in:
Francisco Javier Trujillo Mata 2022-01-25 04:19:18 +01:00 committed by GitHub
parent 5f2ed6c85a
commit 3a67162ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");