rockbox/firmware/target/hosted/sdl
Thomas Jarosch 613a26d507 Pandora port: Exit rockbox by pressing the SELECT button
Might get remapped to another button later on, for example
if we map the START button to the main menu, then those two
buttons are too close together.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29453 a1c6a512-1295-4272-9138-f99709370657
2011-02-28 00:03:42 +00:00
..
app RaaA: Add initial Pandora support 2011-02-27 23:42:37 +00:00
button-sdl.c Pandora port: Exit rockbox by pressing the SELECT button 2011-02-28 00:03:42 +00:00
button-sdl.h Initial maemo platform support 2011-02-08 20:05: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 Implement cooperative threads on hosted platforms using C code. 2011-02-18 22:46: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 Initial maemo platform support 2011-02-08 20:05:25 +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 Fix FS#11881. Patch by Thomas Jarosch 2011-01-20 22:27:28 +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 MPIO HD300 simulator. FS#11796 by Michael Leslie 2010-12-08 21:40:35 +00:00
system-sdl.c RaaA: Add initial Pandora support 2011-02-27 23:42:37 +00:00
system-sdl.h Implement cooperative threads on hosted platforms using C code. 2011-02-18 22:46:01 +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 Return thread ID as a string for name when a thread isn't named or name cannot be used, as comment says, not slot pointer. 2010-12-29 20:03:47 +00:00
thread-sdl.h Implement cooperative threads on hosted platforms using C code. 2011-02-18 22:46:01 +00:00
timer-sdl.c