rockbox/firmware/target/hosted/sdl
Thomas Martitz 6cbc701d2a Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26137 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 12:27:20 +00:00
..
button-sdl.c Fix FS#11280 2010-05-17 17:19:31 +00:00
button-sdl.h Correct button_read_device prototype for HAVE_BUTTON_DATA. 2010-05-15 22:31:25 +00:00
kernel-sdl.c
lcd-bitmap.c Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. 2010-05-18 12:27:20 +00:00
lcd-bitmap.h
lcd-charcells.c Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. 2010-05-18 12:27:20 +00:00
lcd-charcells.h
lcd-remote-bitmap.c Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. 2010-05-18 12:27:20 +00:00
lcd-remote-bitmap.h
lcd-sdl.c
lcd-sdl.h
pcm-sdl.c Restore changes of r25809 that got lost in the target tree movement and fix simulator build on cygwin. 2010-05-17 21:43:06 +00:00
sim-ui-defines.h
system-sdl.c Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. 2010-05-18 12:27:20 +00:00
system-sdl.h Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. 2010-05-18 12:27:20 +00:00
thread-sdl.c memset is in string.h, not memory.h. 2010-05-16 12:43:09 +00:00
thread-sdl.h
timer-sdl.c