mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00

Music (MIDI) works through TiMidity++ and OpenGL support works, but is still very buggy. Sometimes PrBoom+ fails to load its own configuration file, which can be worked around by deleting it.
11 lines
337 B
Markdown
11 lines
337 B
Markdown
# Patches for prboom-plus on SerenityOS
|
|
|
|
## `0001-Remove-WAD-data-targets-from-build.patch`
|
|
|
|
Remove WAD / data targets from build
|
|
|
|
We're crosscompiling but PRBoom+ still tries to invoke the rdatawad
|
|
tool, which we're supposed to get from a different native build.
|
|
|
|
We download the PRBoom WAD separately, so we remove it from the build.
|
|
|