summaryrefslogtreecommitdiff
path: root/Ports/halflife/patches/ReadMe.md
blob: 155a564b303ba93302af5235baebdf5fe4281b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Patches for halflife

## `fwgs-add-serenity.patch`

Add SerenityOS to the supported architectures of FWGS.

## `fwgs-dont-format-nan-loop.patch`

This keeps FWGS from formatting a NaN value multiple times each frame,
which would otherwise result in a big performance hit.

## `hlsdk-add-serenity.patch`

Add SerenityOS to the supported architectures of hlsdk.

## `hlsdk-strings-compat.patch`

This bypasses a bunch of `str[n]cmpcase` errors that occur due to weird LibC compatibility problems.