sdl: add pointer to wiki for docs

Change-Id: I6e87658351f32d3c40d9ca2b635ae2f654fdd3aa
This commit is contained in:
Franklin Wei 2019-06-16 14:51:30 -04:00
parent b04f267ec3
commit edd93414a1

View file

@ -3,3 +3,5 @@
- Only video and "keyboard" drivers are implemented, sound and threading are a WIP
- Video may not work under all pixel formats, please tell me if it doesn't!
- Ported SDL would conflict with hosted platform's SDL, if present. Worked around by using objcopy --redefine-syms
See https://www.rockbox.org/wiki/SdlPort for more extensive notes.