Add dsi as a supported extension (#132)

This commit is contained in:
Sanaki 2021-10-31 10:53:29 +00:00 committed by GitHub
parent b1d8c44095
commit 11445d53e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)