diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-01-11 17:17:26 +0330 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-16 10:32:50 +0330 |
commit | a906ff5884ded8345a62bcec76387a64ed56a4fb (patch) | |
tree | 5433bbb87ae3437f3a5ecad35cbd9fdc03f4ca6a /Ports/angband | |
parent | d543db02864aff2d9230147184aa73a112d8ba0b (diff) | |
download | serenity-a906ff5884ded8345a62bcec76387a64ed56a4fb.zip |
Ports: Add ReadMe files explaining port patches that have explanations
Diffstat (limited to 'Ports/angband')
-rw-r--r-- | Ports/angband/patches/ReadMe.md | 10 |
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. + |