From 64bde94ecf65b752a15250fb5ff05438502c4fde Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Tue, 25 Jun 2002 21:01:08 +0000 Subject: 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 --- uisimulator/win32/mpeg.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'uisimulator/win32/mpeg.c') 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) { } +void mpeg_resume(void) +{ +} + +void mpeg_pause(void) +{ +} + +struct mp3entry* mpeg_current_track(void) +{ + return 0; +} + #ifndef MPEGPLAY void mpeg_play(char *tune) { -- cgit v1.2.3