Merge pull request #498 from glebm/patch-1
authorAutechre <libretro@gmail.com>
Mon, 8 Feb 2021 22:17:04 +0000 (23:17 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 22:17:04 +0000 (23:17 +0100)
libretro: Add support for ps1_rom.bin (PS3 BIOS)

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",