rockbox/uisimulator/common
2010-05-06 17:35:13 +00:00
..
player_icons
backlight-sim.c Fix red, moved around a bit to much. 2010-01-19 22:56:37 +00:00
backlight-sim.h
fmradio.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
font-player.c
font-player.h
io.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
lcd-common.c Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). 2009-10-20 21:54:59 +00:00
lcd-playersim.c
lcd-playersim.h
Makefile
powermgmt-sim.c Submit FS#11065. Introduce a new system setting for en-/disabling the Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA. 2010-03-20 15:02:29 +00:00
README
sim_icons.c More tabs removed 2010-01-03 11:12:31 +00:00
sim_tasks.c
sim_tasks.h
sound.h
SOURCES
stubs.c UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined 2009-11-23 17:43:42 +00:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

This directory is for code that is shared between all versions of the
simulator, but is not needed for the target device.