ladybird/Ports/dungeonrush/patches
2023-05-07 01:05:09 +02:00
..
0001-chdir-to-the-resource-install-path-at-program-startu.patch dungeonrush: Fix typo in patches 2023-05-07 01:05:09 +02:00
0002-Make-it-use-software-rendering.patch dungeonrush: Fix typo in patches 2023-05-07 01:05:09 +02:00
ReadMe.md dungeonrush: Fix typo in patches 2023-05-07 01:05:09 +02:00

Patches for dungeonrush on SerenityOS

0001-chdir-to-the-resource-install-path-at-program-startu.patch

chdir() to the resource install path at program startup

The game tries to open its resource files using relative paths, and we install them into /opt, so chdir() there.

0002-Make-it-use-software-rendering.patch

Make it use software rendering