rockbox/firmware/target/hosted/sdl
Jonathan Gordon aaa1636a8b Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27891 a1c6a512-1295-4272-9138-f99709370657
2010-08-26 11:43:51 +00:00
..
app Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" 2010-08-26 11:43:51 +00:00
button-sdl.c Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" 2010-08-26 11:43:51 +00:00
button-sdl.h
buttonmap.h Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
kernel-sdl.c Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. 2010-08-12 13:55:01 +00:00
key_to_touch-sdl.c Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" 2010-08-26 11:43:51 +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