1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:54:23 +00:00
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 Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-Disable-graphics-acceleration.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patch Ports: Update ports that depend on LibCore to depend on LibCoreMinimal 2024-03-31 19:22:32 +02:00
0004-Fix-a-header-include-path.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0005-Remove-global-static-initializers.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
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