mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
…
|
||
---|---|---|
.. | ||
0001-chdir-to-the-resource-install-path-at-program-startu.patch | ||
0002-Make-it-use-software-rendering.patch | ||
ReadMe.md |
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