mrboom-libretro
mrboom-libretro copied to clipboard
Mr.Boom is an 8 player Bomberman clone for RetroArch/Libretro
I installed Lakka on a Pi4 and I got 6 controllers showing up. But in Mr Boom the sixth controller would not accept "fire" button. But the controller is okay...
Hello @reenodadada What about a submarine theme kind of level, i.e. inside a submarine from _Twenty Thousand Leagues Under the Sea_ or on the ship from _The Life Aquatic with...
Based on SameBoy, it should be semi-minor. https://github.com/LIJI32/SameBoy/blob/6b30de5fb1c9c7c177ea544db9fe82e7d40a2171/Core/rumble.c https://github.com/LIJI32/SameBoy/blob/195329463b0927c6e9bf13ea2aceb849b5301bb1/Core/rumble.h https://github.com/LIJI32/SameBoy/blob/bdd27ce50d4b27898e11e8a34c9371e210f10846/libretro/libretro.c The trick is how to modulate the rumble amplitude. `rumble.set_rumble_state(0, RETRO_RUMBLE_STRONG, 65535 * amplitude);` If you do that, you mightest...
I have an extremely hard time getting tri-bomb powerup to work. How fast should one tap the bomb button to drop all of them? I only got it working once...
I tried to load .MOD and .XM in that branch https://github.com/Javanaise/mrboom-libretro/tree/adding_music using ibxm but I'm getting some "audio_mixer_play_mod cannot retrieve duration !" errors. If I change https://github.com/Javanaise/mrboom-libretro/blob/adding_music/libretro-common/audio/audio_mixer.c#L599 to replay =...