serenity/Ports/Super-Mario/patches
Timothy Flynn 9af8c61b29 Ports: Update ports that depend on LibCore to depend on LibCoreMinimal
Looks like we need to be explicit for make-based ports.
2024-03-31 19:22:32 +02:00
..
0001-chdir-to-the-installed-directory-before-execution.patch
0002-Disable-graphics-acceleration.patch
0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patch
0004-Fix-a-header-include-path.patch
0005-Remove-global-static-initializers.patch
ReadMe.md

Patches for Super-Mario on SerenityOS

0001-chdir-to-the-installed-directory-before-execution.patch

chdir() 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.patch

Disable graphics acceleration

Disables SDL2 hardware acceleration as we don't support that.

0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patch

Use pkgconfig instead of find_package() to look for dependencies

0004-Fix-a-header-include-path.patch

Fix a header include path

0005-Remove-global-static-initializers.patch

Remove global static initializers