diff options
author | Franklin Wei <git@fwei.tk> | 2019-06-16 14:51:30 -0400 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2019-06-16 14:51:34 -0400 |
commit | edd93414a14bf9478d85e9c7afecb35f7fe8ac48 (patch) | |
tree | c7c08fad5111b2b894ee0414641599105624dc32 /apps/plugins/sdl | |
parent | b04f267ec39dadbfb922b477b8178ad15581db07 (diff) |
sdl: add pointer to wiki for docs
Change-Id: I6e87658351f32d3c40d9ca2b635ae2f654fdd3aa
Diffstat (limited to 'apps/plugins/sdl')
-rw-r--r-- | apps/plugins/sdl/NOTES | 2 |
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 @@ - 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. |