Skip to content

Commit

Permalink
Merge pull request #190 from soundsnow/master
Browse files Browse the repository at this point in the history
iQue DS
  • Loading branch information
LibretroAdmin authored Apr 13, 2023
2 parents 0e1f06d + ee72a32 commit c6488c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void retro_get_system_info(struct retro_system_info *info)
#endif
info->library_version = MELONDS_VERSION GIT_VERSION;
info->need_fullpath = false;
info->valid_extensions = "nds|dsi";
info->valid_extensions = "nds|ids|dsi";
}

void retro_get_system_av_info(struct retro_system_av_info *info)
Expand Down

0 comments on commit c6488c8

Please sign in to comment.