rockbox/uisimulator/sdl
Michael Sevakis 9b1f1dd0b4 Fix a warning (no newline at end of file).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15136 a1c6a512-1295-4272-9138-f99709370657
2007-10-16 01:52:18 +00:00
..
button.c Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. 2007-10-16 01:25:17 +00:00
kernel.c Fix a warning (no newline at end of file). 2007-10-16 01:52:18 +00:00
lcd-bitmap.c Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. 2007-09-25 02:59:42 +00:00
lcd-bitmap.h
lcd-charcells.c Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
lcd-charcells.h Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
lcd-remote-bitmap.c
lcd-remote-bitmap.h
lcd-sdl.c
lcd-sdl.h
Makefile
README
sound.c Fix some yellow that went unnoticed earlier. 2007-10-07 06:13:05 +00:00
sound.h
SOURCES Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions 2007-07-29 03:43:37 +00:00
sprintf.h
thread-sdl.c Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. 2007-10-16 01:25:17 +00:00
thread-sdl.h UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) problems caused by not worrying about states. Have rockbox objects initialized only by rockbox threads save for the main 'gui' thread which is a needed exception. 2007-09-10 03:49:12 +00:00
timefuncs.h
timer.c Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions 2007-07-29 03:43:37 +00:00
UI-av300.bmp
UI-c200.bmp Make the uisim build for the Sansa c200. 2007-09-08 03:10:22 +00:00
UI-e200.bmp
UI-fmrecorder.bmp
UI-gigabeatf.bmp
UI-h10.bmp
UI-h10_5gb.bmp
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-ifp7xx.bmp
UI-ipod1g2g.bmp Added iPod 1st/2nd gen simulator bits. 2007-08-05 20:43:54 +00:00
UI-ipod3g.bmp
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp
UI-ipodmini2g.bmp
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-m5.bmp
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
uisdl.c Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM sims (FS#7862 with a small addition by me) 2007-10-13 12:07:59 +00:00
uisdl.h Make the uisim build for the Sansa c200. 2007-09-08 03:10:22 +00:00

To build:

 $ ../tools/configure
 [answer questions]
 $ make
 $ ./rockboxui