ladybird/Ports/SDLPoP/patches
2022-01-16 10:32:50 +03:30
..
disable_extra_features.patch Ports: Added a Prince of Persia (SDLPoP) port. 2021-04-03 23:30:27 +02:00
includes.patch Ports: Fix SDLPoP 2021-04-19 18:27:09 +02:00
ReadMe.md Ports: Add ReadMe files explaining port patches that have explanations 2022-01-16 10:32:50 +03:30
remove_fscanf_unknwn_conversion_specfier.patch Ports: Added a Prince of Persia (SDLPoP) port. 2021-04-03 23:30:27 +02:00
sdl-path.patch Ports: Fix SDLPoP 2021-04-19 18:27:09 +02:00

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.