From: hizzlekizzle Date: Tue, 12 Mar 2019 00:10:18 +0000 (-0500) Subject: Merge pull request #242 from retro-wertz/patch-1 X-Git-Tag: r24l~749 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186cd6a4469c82d5e7be0cf919eec97c4f304432;hp=e21479a6d304e6c3eed69e2b6385ed674500e8d4;p=pcsx_rearmed.git Merge pull request #242 from retro-wertz/patch-1 Update bios search order --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 89b5ae2e..a5ec2c25 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1919,8 +1919,10 @@ static void loadPSXBios(void) unsigned useHLE = 0; const char *bios[] = { - "SCPH101", "SCPH7001", "SCPH5501", "SCPH1001", - "scph101", "scph7001", "scph5501", "scph1001" + "SCPH101", "scph101", + "SCPH5501", "scph5501", + "SCPH7001", "scph7001", + "SCPH1001", "scph1001" }; struct retro_variable var = {