summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/NOTES')
-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.