X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro.c;h=31872f4d7bfeb0c8d4a571149f764b02d4a18056;hb=ce188d4d7f3b9ad04867c49b424e8497c2ade92b;hp=1829cfd3026f27957535369eb95a36f5694621de;hpb=5ffd1f23eb970679dfe8b540bc3df8e776dc9e17;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 1829cfd3..31872f4d 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; }