1
0
Fork 0
forked from len0rd/rockbox

Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14046 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2007-07-29 03:43:37 +00:00
parent 9b11f81150
commit 81aac2a430
8 changed files with 715 additions and 645 deletions

View file

@ -20,8 +20,7 @@ stopwatch.c
vbrfix.c
viewer.c
/* plugins built for all targets, but not for the simulator */
#if !defined(SIMULATOR)
#if CONFIG_CODEC == SWCODEC
metronome.c
#endif