rockbox/firmware/target/hosted/sdl
Thomas Martitz 921ac8d6dd Change the gcc options for sdl builds to allow for gnu99 features, it needs some fixes in other places. Fixes test_mem compilation failure on cygwin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28723 a1c6a512-1295-4272-9138-f99709370657
2010-12-02 21:20:30 +00:00
..
app fix button maps and assign some buttons for uisimulator. 2010-10-13 12:54:25 +00:00
button-sdl.c Make --zoom option of the sdl port correctly work with mouse clicks. 2010-11-05 21:50:23 +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 fix button maps and assign some buttons for uisimulator. 2010-10-13 12:54:25 +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 Touchscreen: Improved scroll threshold 2010-11-10 15:25:15 +00:00
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 HDD6330: add the simulator. 2010-10-21 22:20:16 +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 Change the gcc options for sdl builds to allow for gnu99 features, it needs some fixes in other places. Fixes test_mem compilation failure on cygwin. 2010-12-02 21:20:30 +00:00
thread-sdl.h
timer-sdl.c