mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
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:
parent
c36dbc1dcd
commit
44a6c67823
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue