rockbox/uisimulator/common
Miika Pekkarinen 4503b96749 Fixed the red builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8417 a1c6a512-1295-4272-9138-f99709370657
2006-01-22 11:56:08 +00:00
..
player_icons
fmradio.c FM radio simulation working again 2005-08-16 06:50:25 +00:00
font-player.c
font-player.h
io.c New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. 2006-01-18 00:05:14 +00:00
lcd-common.c 16bit colour support (H300) for the win32 simulator. 2005-11-15 23:37:21 +00:00
lcd-common.h cleaned up 2002-08-13 09:32:56 +00:00
lcd-playersim.c file.h is not accessible for the simulated-functions files 2005-02-22 13:02:56 +00:00
lcd-playersim.h introducing H1x0 style grayscale support in the X11 sim 2005-07-14 10:02:04 +00:00
Makefile Fixed makefiles for autoconf.g include. 2005-05-07 22:41:17 +00:00
mpegplay.c
mpegplay.h
README
sim_icons.c
sim_icons.h
sound.h
SOURCES charcell code only on charcell sims 2005-02-18 15:43:02 +00:00
stubs.c Fixed the red builds. 2006-01-22 11:56:08 +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.