rockbox/uisimulator/common
Kjell Ericson 54d5e2cb27 Added a 5 pixel border around the content. Looks better (that's all).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2800 a1c6a512-1295-4272-9138-f99709370657
2002-11-01 13:38:21 +00:00
..
libmad
player_icons Added icons for repeat and repeat 1. 2002-10-05 23:57:07 +00:00
font-player.c Updated for better player simulator. 2002-10-28 20:00:19 +00:00
font-player.h Updated for better player simulator. 2002-10-28 20:00:19 +00:00
lcd-common.c cleaned up 2002-08-13 09:32:56 +00:00
lcd-common.h cleaned up 2002-08-13 09:32:56 +00:00
lcd-playersim.c Added a 5 pixel border around the content. Looks better (that's all). 2002-11-01 13:38:21 +00:00
lcd-playersim.h Definitions of "struct coordinate" and "struct rectangle" and definitions 2002-10-28 20:18:17 +00:00
mpegplay.c stop the compiler bitching 2002-05-27 08:08:54 +00:00
mpegplay.h stop the compiler bitching 2002-05-27 08:08:54 +00:00
README
sim_icons.c Changed the battery icon so it doesn't clear the inner part of the icon. 2002-11-01 08:10:33 +00:00
sim_icons.h Created. 2002-08-21 10:37:34 +00:00
sound.h
stubs.c Updated for better player simulator. 2002-10-28 20:00:19 +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.

The first code is for the software mpeg audio decoder.  The actual
mpeg decoding code is here and the O/S specific sound drivers should
be located in the x11 and win32 directories as appropriate.