1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Add ReadMe files explaining port patches that have explanations

This commit is contained in:
Ali Mohammad Pur 2022-01-11 17:17:26 +03:30 committed by Ali Mohammad Pur
parent d543db0286
commit a906ff5884
14 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Patches for angband
## `use-sdl2-config.patch`
Replaces uses of the system `sdl2-config` with the one from serenity.
## `disable-accelerated-rendering.patch`
Disable SDL2 hardware acceleration as we do not support that.