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:
f628e7f
)
libretro: accept ps1_rom.bin (and similar) bios too
author
notaz
<notasas@gmail.com>
Thu, 3 Aug 2023 21:25:21 +0000
(
00:25
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 3 Aug 2023 21:35:15 +0000
(
00:35
+0300)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
d91b807
..
9d796f7
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-2819,7
+2819,7
@@
static bool try_use_bios(const char *path)
static bool find_any_bios(const char *dirpath, char *path, size_t path_size)
{
- static const char *substrings[] = { "scph", "ps
x
", "openbios" };
+ static const char *substrings[] = { "scph", "ps", "openbios" };
DIR *dir;
struct dirent *ent;
bool ret = false;