summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 21:57:32 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 21:57:32 +0300
commit8a11d228b8ec4411452a17d1933420d6bba29ba4 (patch)
tree327eab8c232067bea106c59fd787d3c206ef80e6
parent312696a7b9416ac42c869dac34445a5761c6955d (diff)
Cleanup
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2d2f2c4..5b577aee 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ You should use a version of SDL that is compiled to take advantage of the Broadc
55When running under X11, software rendering is the best choice and in that case the SDL from Raspbian etc. is sufficient. 55When running under X11, software rendering is the best choice and in that case the SDL from Raspbian etc. is sufficient.
56 56
57The following build options are recommended on Raspberry Pi: 57The following build options are recommended on Raspberry Pi:
58
58* `ENABLE_KERNING=NO`: faster text rendering without noticeable loss of quality 59* `ENABLE_KERNING=NO`: faster text rendering without noticeable loss of quality
59* `ENABLE_WINDOWPOS_FIX=YES`: workaround for window position restore issues (SDL bug) 60* `ENABLE_WINDOWPOS_FIX=YES`: workaround for window position restore issues (SDL bug)
60* `ENABLE_X11_SWRENDER=YES`: use software rendering under X11 61* `ENABLE_X11_SWRENDER=YES`: use software rendering under X11