3d0cee8abb
- Refactor the program startup. main() is now in main.c like on target, and the implicit application thread will now act as our main thread (previously a separate one was created for this in thread initialization). This is part of Rockbox as an application and is the first step to make an application port from the uisimulator. In a further step the sim bits from the sdl build will be separated out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26065 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
player_icons | ||
backlight-sim.c | ||
backlight-sim.h | ||
fmradio.c | ||
font-player.c | ||
font-player.h | ||
io.c | ||
lcd-common.c | ||
lcd-playersim.c | ||
lcd-playersim.h | ||
Makefile | ||
powermgmt-sim.c | ||
README | ||
sim_icons.c | ||
sim_tasks.c | ||
sim_tasks.h | ||
sound.h | ||
SOURCES | ||
stubs.c |
__________ __ ___. 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.