libretro: Add support for ps1_rom.bin (PS3 BIOS)
authorGleb Mazovetskiy <glex.spb@gmail.com>
Mon, 8 Feb 2021 20:42:12 +0000 (20:42 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 20:42:12 +0000 (20:42 +0000)
frontend/libretro.c

index 5c966a4..f93e33a 100644 (file)
@@ -2682,6 +2682,7 @@ static void loadPSXBios(void)
    unsigned useHLE = 0;
 
    const char *bios[] = {
+      "PS1_ROM", "ps1_rom",
       "PSXONPSP660", "psxonpsp660",
       "SCPH101", "scph101",
       "SCPH5501", "scph5501",