1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-01 15:37:47 +00:00

Ports/xash3d-fwgs: Update to 2022.07.14

This commit is contained in:
Tim Schumacher 2022-07-14 20:50:03 +02:00 committed by Linus Groh
parent 4cf55c4056
commit cdb59ec82a
6 changed files with 44 additions and 97 deletions

View file

@ -1,17 +1,7 @@
# Patches for xash3d-fwgs on SerenityOS
## `0001-Build-Add-SerenityOS-to-list-of-compatible-systems.patch`
## `0001-engine-whereami-Add-SerenityOS.patch`
Build: Add SerenityOS to list of compatible systems
engine: whereami: Add SerenityOS
This is required by the build system to spit out a library with
the correct name/platform.
## `0002-Engine-Keep-HTTP-from-endlessly-formatting-NaN-value.patch`
Engine: Keep HTTP from endlessly formatting NaN values
For whatever reason, our progress count for HTTP downloads stays at 0.
This results in the engine calculating a NaN progress value many times
each frame, which results in a significant performance hit.