mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core+platforms, harmonise supported extensions
This commit is contained in:
parent
2ec448a8ce
commit
6ce10a4308
4 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ static const char *rom_exts[] = {
|
|||
"pco", "smd", "gen", "md",
|
||||
"iso", "cso", "cue", "chd",
|
||||
"32x",
|
||||
"sms", "gg", "sg",
|
||||
"sms", "gg", "sg", "sc",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
@ -616,7 +616,7 @@ void retro_set_environment(retro_environment_t cb)
|
|||
|
||||
static const struct retro_system_content_info_override content_overrides[] = {
|
||||
{
|
||||
"gen|smd|md|32x|sms|gg|sg|68k|sgd|pco", /* extensions */
|
||||
"gen|smd|md|32x|sms|gg|sg|sc|68k|sgd|pco", /* extensions */
|
||||
#if defined(LOW_MEMORY)
|
||||
true, /* need_fullpath */
|
||||
#else
|
||||
|
@ -667,7 +667,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|m3u|68k|sgd|pco";
|
||||
info->valid_extensions = "bin|gen|smd|md|32x|cue|iso|chd|sms|gg|sg|sc|m3u|68k|sgd|pco";
|
||||
info->need_fullpath = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue