libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 71 forks source link

Super Bomberman 5 : joypad 2 controls players 2,3,4,5 #63

Closed kivutar closed 8 years ago

DarkHanswurst commented 8 years ago

I have found the issue. Super Bomberman 5 is missing in the list of multitap supporting games and therefore Settings.CurrentROMisMultitapCompatible is never set to true.

Adding the line MATCH_ID("A5SJ") || /* Super Bomberman 5*/ (after line 3146 for example) in the memmap.c file will fix this.