aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorTwinaphex2019-05-14 11:44:06 +0200
committerGitHub2019-05-14 11:44:06 +0200
commit80209d1715398a16b6ace1c2e4cd0aab5c00248d (patch)
treeb7f82140860acabb2d0e3a5216f78bf98691c267 /frontend
parent5ffd1f23eb970679dfe8b540bc3df8e776dc9e17 (diff)
parentce188d4d7f3b9ad04867c49b424e8497c2ade92b (diff)
downloadpcsx_rearmed-80209d1715398a16b6ace1c2e4cd0aab5c00248d.tar.gz
pcsx_rearmed-80209d1715398a16b6ace1c2e4cd0aab5c00248d.tar.bz2
pcsx_rearmed-80209d1715398a16b6ace1c2e4cd0aab5c00248d.zip
Merge pull request #280 from aliaspider/master
add CHD support.
Diffstat (limited to 'frontend')
-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;
}