mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 19:47:48 +00:00
Ports: Add PrBoom+
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.
This commit is contained in:
parent
808e0c9b17
commit
180effa8ac
4 changed files with 98 additions and 0 deletions
11
Ports/prboom-plus/patches/ReadMe.md
Normal file
11
Ports/prboom-plus/patches/ReadMe.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue