| .. | |||
| 0001-chdir-to-the-installed-directory-before-execution.patch | 7 months ago | ||
| 0002-Disable-graphics-acceleration.patch | 7 months ago | ||
| 0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patch | 7 months ago | ||
| 0004-Fix-a-header-include-path.patch | 7 months ago | ||
| 0005-Remove-global-static-initializers.patch | 7 months ago | ||
| ReadMe.md | 7 months ago | ||
0001-chdir-to-the-installed-directory-before-execution.patchchdir() to the installed directory before execution
The game expects its assets in the current directory, but we install those to /opt/Super_Mario, so chdir() there at program startup to avoid crashing.
0002-Disable-graphics-acceleration.patchDisable graphics acceleration
Disables SDL2 hardware acceleration as we don't support that.
0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patchUse pkgconfig instead of find_package() to look for dependencies
0004-Fix-a-header-include-path.patchFix a header include path
0005-Remove-global-static-initializers.patchRemove global static initializers