notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21479a
)
Update bios search order
author
retro-wertz
<retro-wertz@users.noreply.github.com>
Mon, 11 Mar 2019 23:53:33 +0000
(07:53 +0800)
committer
GitHub
<noreply@github.com>
Mon, 11 Mar 2019 23:53:33 +0000
(07:53 +0800)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
89b5ae2
..
a5ec2c2
100644
(file)
--- 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 = {