summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/play.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/play.c b/apps/play.c
index 2348f63..b0af226 100644
--- a/apps/play.c
+++ b/apps/play.c
@@ -44,7 +44,9 @@ void playtune(char *dir, char *file)
bool good=1;
snprintf(buffer, sizeof(buffer), "%s/%s", dir, file);
+#if !defined(SIMULATOR) || defined(MPEGPLAY)
mpeg_play(buffer);
+#endif
if(mp3info(&mp3, buffer)) {
DEBUGF("id3 failure!");