mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:57:44 +00:00
Ports: Add ReadMe files explaining port patches that have explanations
This commit is contained in:
parent
d543db0286
commit
a906ff5884
14 changed files with 204 additions and 0 deletions
18
Ports/SDLPoP/patches/ReadMe.md
Normal file
18
Ports/SDLPoP/patches/ReadMe.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Patches for SDLPoP
|
||||
|
||||
## `sdl-path.patch`
|
||||
|
||||
Use the correct path to refer to SDL (instead of a MacOS specific path)
|
||||
|
||||
## `includes.patch`
|
||||
|
||||
Use `SDL2/` paths for includes.
|
||||
|
||||
## `disable_extra_features.patch`
|
||||
|
||||
Disables some (presumably) unsupported features.
|
||||
|
||||
## `remove_fscanf_unknwn_conversion_specfier.patch`
|
||||
|
||||
Removes some (presumably) unsupported scanf specifiers.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue