rockbox/uisimulator/common
Jens Arnold d4e53976d9 Renamed has_new_lcd() to is_new_player(), and got rid of the alias
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5459 a1c6a512-1295-4272-9138-f99709370657
2004-11-22 21:20:54 +00:00
..
player_icons
dir.h Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. 2004-06-10 13:29:52 +00:00
file.h Fixed VC++ build. 2004-06-14 07:00:50 +00:00
fmradio.c moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM 2004-10-17 08:53:18 +00:00
font-player.c Renamed has_new_lcd() to is_new_player(), and got rid of the alias 2004-11-22 21:20:54 +00:00
font-player.h
io.c The win32 open() was called with the wrong flags 2004-07-08 05:50:20 +00:00
lcd-common.c Const policed pointer arguments to functions, part 2 2004-08-17 01:45:48 +00:00
lcd-common.h
lcd-playersim.c Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. 2004-09-19 21:58:37 +00:00
lcd-playersim.h Definitions of "struct coordinate" and "struct rectangle" and definitions 2002-10-28 20:18:17 +00:00
mpegplay.c Added possibility to select the priority of the ID3 tags 2004-07-27 14:10:48 +00:00
mpegplay.h Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator 2004-07-08 10:12:39 +00:00
README
sim_icons.c Moved LCD_WIDHT/HEIGHT from lcd driver to config file. 2004-09-16 14:36:08 +00:00
sim_icons.h
sound.h Added FreeBSD support to uisimulator. Patch by Keith Hubbard 2003-07-04 08:30:01 +00:00
stubs.c Renamed has_new_lcd() to is_new_player(), and got rid of the alias 2004-11-22 21:20:54 +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.