fix .bin extension support for archives

fix the issue which can not load roms with the extension ".bin" in a zip package.
This commit is contained in:
crashGG 2023-05-15 09:34:09 +03:00 committed by irixxxx
parent c36dbc1dcd
commit 44a6c67823

View file

@ -625,7 +625,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|sc|68k|sgd|pco", /* extensions */
"bin|gen|smd|md|32x|sms|gg|sg|sc|68k|sgd|pco", /* extensions */
#if defined(LOW_MEMORY)
true, /* need_fullpath */
#else