rockbox/uisimulator/sdl/SOURCES
Kevin Ferrare 81aac2a430 Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14046 a1c6a512-1295-4272-9138-f99709370657
2007-07-29 03:43:37 +00:00

15 lines
208 B
Text

button.c
kernel.c
#ifdef HAVE_LCD_BITMAP
lcd-bitmap.c
#elif defined(HAVE_LCD_CHARCELLS)
lcd-charcells.c
#endif
#ifdef HAVE_REMOTE_LCD
lcd-remote-bitmap.c
#endif
lcd-sdl.c
sound.c
timer.c
thread-sdl.c
uisdl.c