diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-18 21:57:32 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-18 21:57:32 +0300 |
commit | 8a11d228b8ec4411452a17d1933420d6bba29ba4 (patch) | |
tree | 327eab8c232067bea106c59fd787d3c206ef80e6 | |
parent | 312696a7b9416ac42c869dac34445a5761c6955d (diff) |
Cleanup
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ You should use a version of SDL that is compiled to take advantage of the Broadc | |||
55 | When running under X11, software rendering is the best choice and in that case the SDL from Raspbian etc. is sufficient. | 55 | When running under X11, software rendering is the best choice and in that case the SDL from Raspbian etc. is sufficient. |
56 | 56 | ||
57 | The following build options are recommended on Raspberry Pi: | 57 | The 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 |