summaryrefslogtreecommitdiff
path: root/uisimulator/win32/mpeg.c
diff options
context:
space:
mode:
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{