diff options
author | Kevin Ferrare <kevin@rockbox.org> | 2007-07-29 03:43:37 +0000 |
---|---|---|
committer | Kevin Ferrare <kevin@rockbox.org> | 2007-07-29 03:43:37 +0000 |
commit | 81aac2a43074d7bf9e907309e29f88dc0c5dd2b8 (patch) | |
tree | 95c0323f06c462cacbb84dfa6d5335641b9cda12 /uisimulator/sdl/SOURCES | |
parent | 9b11f8115005e8e7be4aff8a8b59cf58dce9974e (diff) |
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
Diffstat (limited to 'uisimulator/sdl/SOURCES')
-rw-r--r-- | uisimulator/sdl/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/sdl/SOURCES b/uisimulator/sdl/SOURCES index e563cb984d..7971c57163 100644 --- a/uisimulator/sdl/SOURCES +++ b/uisimulator/sdl/SOURCES @@ -10,5 +10,6 @@ lcd-remote-bitmap.c #endif lcd-sdl.c sound.c +timer.c thread-sdl.c uisdl.c |