Add a rockbox kernel thread for simulator specific tasks, and use that for calling...
commit3e67e3b1f06488f67d2ebbf844ff40893cc16bf0
authorJens Arnold <amiconn@rockbox.org>
Fri, 20 Feb 2009 17:13:08 +0000 (20 17:13 +0000)
committerJens Arnold <amiconn@rockbox.org>
Fri, 20 Feb 2009 17:13:08 +0000 (20 17:13 +0000)
treea066891b9a91f8eaf84b2eb0501ce0a09000b765
parent2c3517d67a5387f422c7fcccf3c70f43a386b729
Add a rockbox kernel thread for simulator specific tasks, and use that for calling the screendump function(s). Fixes screendump in simulators for backlight-less targets (Ondio), and reduces mixing of unrelated functionality a bit (screendump was called from backlight thread, triggered by a sim-only system wide event).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20065 a1c6a512-1295-4272-9138-f99709370657
apps/main.c
firmware/backlight.c
firmware/export/kernel.h
uisimulator/common/SOURCES
uisimulator/common/sim_tasks.c [new file with mode: 0644]
uisimulator/common/sim_tasks.h [new file with mode: 0644]
uisimulator/sdl/button.c