summaryrefslogtreecommitdiff
path: root/Ports/angband
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2022-01-11 17:17:26 +0330
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-01-16 10:32:50 +0330
commita906ff5884ded8345a62bcec76387a64ed56a4fb (patch)
tree5433bbb87ae3437f3a5ecad35cbd9fdc03f4ca6a /Ports/angband
parentd543db02864aff2d9230147184aa73a112d8ba0b (diff)
downloadserenity-a906ff5884ded8345a62bcec76387a64ed56a4fb.zip
Ports: Add ReadMe files explaining port patches that have explanations
Diffstat (limited to 'Ports/angband')
-rw-r--r--Ports/angband/patches/ReadMe.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/angband/patches/ReadMe.md b/Ports/angband/patches/ReadMe.md
new file mode 100644
index 0000000000..a55e0eceab
--- /dev/null
+++ b/Ports/angband/patches/ReadMe.md
@@ -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.
+