sms, add basic sg-1000 support

This commit is contained in:
kub 2022-02-26 10:19:07 +00:00
parent 22917adcff
commit aaef4b945e
5 changed files with 14 additions and 5 deletions

View file

@ -733,7 +733,7 @@ void retro_get_system_info(struct retro_system_info *info)
#define _GIT_VERSION "-" GIT_VERSION
#endif
info->library_version = VERSION _GIT_VERSION;
info->valid_extensions = "bin|gen|smd|md|32x|cue|iso|chd|sms|gg";
info->valid_extensions = "bin|gen|smd|md|32x|cue|iso|chd|sms|gg|sg";
info->need_fullpath = true;
}