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:
a4344ee
)
Search for the newest version of the BIOS first
author
LEGOAnimal22
<LEGOAnimal22@users.noreply.github.com>
Wed, 26 Apr 2017 22:52:47 +0000
(16:52 -0600)
committer
GitHub
<noreply@github.com>
Wed, 26 Apr 2017 22:52:47 +0000
(16:52 -0600)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
98c0dee
..
35e37a0
100644
(file)
--- 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", "scph7
001" };
+ const char *bios[] = { "
SCPH101", "SCPH7001", "SCPH5501", "SCPH1
001" };
const char *dir;
char path[256];
int i, ret;