rockbox/firmware/target/hosted/sdl
Nils Wallménius 6d732a32bc Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is set if the generic functions from system.h are needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27440 a1c6a512-1295-4272-9138-f99709370657
2010-07-15 22:01:06 +00:00
..
app Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
button-sdl.c Fix red in app builds 2010-07-10 16:20:40 +00:00
button-sdl.h Correct button_read_device prototype for HAVE_BUTTON_DATA. 2010-05-15 22:31:25 +00:00
buttonmap.h Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
kernel-sdl.c
key_to_touch-sdl.c Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
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 sim: add spdif_measure_frequency() stub for HAVE_SPDIF_IN 2010-07-04 13:50:16 +00:00
sim-ui-defines.h Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
system-sdl.c SDL enhancements: 2010-07-10 02:46:08 +00:00
system-sdl.h SDL enhancements: 2010-07-10 02:46:08 +00:00
system-target.h Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is set if the generic functions from system.h are needed. 2010-07-15 22:01:06 +00:00
thread-sdl.c Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avoid use of stack after switching to idle stack. 2010-06-17 20:15:58 +00:00
thread-sdl.h
timer-sdl.c