mirror of https://github.com/inolen/redream.git
add cdi extension support to libretro
This commit is contained in:
parent
3c22816c23
commit
b4d7f72a11
|
@ -223,7 +223,7 @@ unsigned retro_api_version() {
|
|||
void retro_get_system_info(struct retro_system_info *info) {
|
||||
info->library_name = "redream";
|
||||
info->library_version = "0.0";
|
||||
info->valid_extensions = "gdi";
|
||||
info->valid_extensions = "gdi|cdi";
|
||||
info->need_fullpath = true;
|
||||
info->block_extract = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue