From: LEGOAnimal22 Date: Wed, 26 Apr 2017 22:52:47 +0000 (-0600) Subject: Search for the newest version of the BIOS first X-Git-Tag: r24l~790^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cb52e5247d52cbc2d1c6f299ee4b21a85d462b;p=pcsx_rearmed.git Search for the newest version of the BIOS first --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 98c0deea..35e37a0e 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1613,7 +1613,7 @@ static void check_system_specs(void) void retro_init(void) { - const char *bios[] = { "scph1001", "scph5501", "scph7001" }; + const char *bios[] = { "SCPH101", "SCPH7001", "SCPH5501", "SCPH1001" }; const char *dir; char path[256]; int i, ret;