X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=31872f4d7bfeb0c8d4a571149f764b02d4a18056;hb=60bac94cb2dde2c1c6d54f9e3c58a0f7f284df06;hp=1829cfd3026f27957535369eb95a36f5694621de;hpb=ecfbcc12986314a68dd768631afb7008f92b1b94;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; }