summaryrefslogtreecommitdiff
path: root/uisimulator/win32/mpeg.c
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-06-25 21:01:08 +0000
committerFelix Arends <edx@rockbox.org>2002-06-25 21:01:08 +0000
commit64bde94ecf65b752a15250fb5ff05438502c4fde (patch)
tree254e2c1c0e1168d9c6f23b84df1313477efb961e /uisimulator/win32/mpeg.c
parent969dcb78719e3210eeb2e7fa8b37ce422f16f2f2 (diff)
downloadrockbox-64bde94ecf65b752a15250fb5ff05438502c4fde.tar.gz
rockbox-64bde94ecf65b752a15250fb5ff05438502c4fde.zip
Finally, again a working version of the win32 simulator. I re-wrote the makefile, it is much more compact now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1191 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/mpeg.c')
-rw-r--r--uisimulator/win32/mpeg.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/win32/mpeg.c b/uisimulator/win32/mpeg.c
index 1ff9bce3ff..a93b6a7f08 100644
--- a/uisimulator/win32/mpeg.c
+++ b/uisimulator/win32/mpeg.c
@@ -38,6 +38,19 @@ void mpeg_stop(void)
38{ 38{
39} 39}
40 40
41void mpeg_resume(void)
42{
43}
44
45void mpeg_pause(void)
46{
47}
48
49struct mp3entry* mpeg_current_track(void)
50{
51 return 0;
52}
53
41#ifndef MPEGPLAY 54#ifndef MPEGPLAY
42void mpeg_play(char *tune) 55void mpeg_play(char *tune)
43{ 56{