Skip to content

Commit

Permalink
Merge branch 'ekeeke:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ds22x authored Jul 1, 2023
2 parents 950dbb5 + 83ab969 commit 9f2fb5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file modified builds/genesis_plus_gx_libretro.dll
Binary file not shown.
Binary file modified builds/genplus_cube.dol
Binary file not shown.
Binary file modified builds/genplus_wii.dol
Binary file not shown.
6 changes: 6 additions & 0 deletions core/cart_hw/md_cart.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,12 @@ void md_cart_init(void)
}

/* detect specific mappers */
else if (strstr(rominfo.international,"DEMONS OF ASTEBORG") ||
strstr(rominfo.international,"ASTEBROS"))
{
/* default SSF2+SRAM mapper (fixes Steam versions which incorrectly use Everdrive extended SSF mapper indicator in ROM header) */
cart.hw.time_w = default_time_w;
}
else if (strstr(rominfo.consoletype,"SEGA SSF"))
{
/* Everdrive extended SSF mapper */
Expand Down

0 comments on commit 9f2fb5e

Please sign in to comment.