aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
diff options
context:
space:
mode:
authoraliaspider2019-05-14 08:58:52 +0100
committeraliaspider2019-05-14 08:58:52 +0100
commitce188d4d7f3b9ad04867c49b424e8497c2ade92b (patch)
treeb7f82140860acabb2d0e3a5216f78bf98691c267 /frontend/libretro.c
parent5ffd1f23eb970679dfe8b540bc3df8e776dc9e17 (diff)
downloadpcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.tar.gz
pcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.tar.bz2
pcsx_rearmed-ce188d4d7f3b9ad04867c49b424e8497c2ade92b.zip
add CHD support.
Diffstat (limited to 'frontend/libretro.c')
-rw-r--r--frontend/libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 1829cfd..31872f4 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -696,7 +696,7 @@ void retro_get_system_info(struct retro_system_info *info)
#define GIT_VERSION ""
#endif
info->library_version = "r22" GIT_VERSION;
- info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u";
+ info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd";
info->need_fullpath = true;
}