1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00
serenity/Ports/Super-Mario/patches
2022-05-19 20:17:10 +04:30
..
0001-chdir-to-the-installed-directory-before-execution.patch Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30
0002-Disable-graphics-acceleration.patch Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30
0003-Use-pkgconfig-instead-of-find_package-to-look-for-de.patch Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30
0004-Fix-a-header-include-path.patch Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30
0005-Remove-global-static-initializers.patch Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30
ReadMe.md Ports: Update Super-Mario's patches to use git patches 2022-05-19 20:17:10 +04:30

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