summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2019-06-16 14:51:30 -0400
committerFranklin Wei <git@fwei.tk>2019-06-16 14:51:34 -0400
commitedd93414a14bf9478d85e9c7afecb35f7fe8ac48 (patch)
treec7c08fad5111b2b894ee0414641599105624dc32
parentb04f267ec39dadbfb922b477b8178ad15581db07 (diff)
downloadrockbox-edd93414a14bf9478d85e9c7afecb35f7fe8ac48.tar.gz
rockbox-edd93414a14bf9478d85e9c7afecb35f7fe8ac48.zip
sdl: add pointer to wiki for docs
Change-Id: I6e87658351f32d3c40d9ca2b635ae2f654fdd3aa
-rw-r--r--apps/plugins/sdl/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/sdl/NOTES b/apps/plugins/sdl/NOTES
index 96b90462a6..44f17f2b5c 100644
--- a/apps/plugins/sdl/NOTES
+++ b/apps/plugins/sdl/NOTES
@@ -3,3 +3,5 @@
3- Only video and "keyboard" drivers are implemented, sound and threading are a WIP 3- Only video and "keyboard" drivers are implemented, sound and threading are a WIP
4- Video may not work under all pixel formats, please tell me if it doesn't! 4- Video may not work under all pixel formats, please tell me if it doesn't!
5- Ported SDL would conflict with hosted platform's SDL, if present. Worked around by using objcopy --redefine-syms 5- Ported SDL would conflict with hosted platform's SDL, if present. Worked around by using objcopy --redefine-syms
6
7See https://www.rockbox.org/wiki/SdlPort for more extensive notes.