summaryrefslogtreecommitdiff
path: root/Ports/Super-Mario/patches
AgeCommit message (Collapse)Author
2021-06-04Ports: Don't crash when starting uMario outside of /opt/Super_MarioGunnar Beutner
Previously this port would just crash. There was a workaround in the way the app launcher started the game but I'd really like to get rid of that hack.
2021-04-29Ports: Make Super Mario work with GCC 11Gunnar Beutner
2021-04-14Ports: Enable audio for the Super-Mario portGunnar Beutner
According to @Baitinq the original port crashed with audio enabled. I suspect that this was because the SDL2 headers didn't match between the host and target system. Now that we properly use target's headers this is no longer an issue so I enabled audio: https://www.youtube.com/watch?v=ZTFvrcpZjY8
2021-04-06Ports: Added a Super-Mario clone port.Manuel Palenzuela
Added a minimal dependency super mario port. (Only depends on SDL, SDL_image and SDL_mixer).