mirror of
https://github.com/libretro/melonDS.git
synced 2025-02-18 15:27:28 +00:00
Add dsi as a supported extension (#132)
This commit is contained in:
parent
b1d8c44095
commit
11445d53e6
@ -95,7 +95,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
||||
#endif
|
||||
info->library_version = MELONDS_VERSION GIT_VERSION;
|
||||
info->need_fullpath = true;
|
||||
info->valid_extensions = "nds";
|
||||
info->valid_extensions = "nds|dsi";
|
||||
}
|
||||
|
||||
void retro_get_system_av_info(struct retro_system_av_info *info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user