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:
1f915be
)
libretro: add (psx) exe and iso to valid_extensions
author
notaz
<notasas@gmail.com>
Sun, 6 Aug 2023 18:01:09 +0000
(21:01 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 6 Aug 2023 18:01:09 +0000
(21:01 +0300)
doesn't seem to work though?
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
9c2684b
..
3fc594b
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-870,7
+870,7
@@
void retro_get_system_info(struct retro_system_info *info)
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
info->library_version = "r23l" GIT_VERSION;
- info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd";
+ info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd
|iso|exe
";
info->need_fullpath = true;
}