summaryrefslogtreecommitdiff
path: root/apps/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/play.c')
-rw-r--r--apps/play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/play.c b/apps/play.c
index 0479eb590b..aae7895d87 100644
--- a/apps/play.c
+++ b/apps/play.c
@@ -85,9 +85,7 @@ void playtune(char *dir, char *file)
85#endif 85#endif
86 86
87 snprintf(mfile, sizeof(mfile), "%s/%s", dir, file); 87 snprintf(mfile, sizeof(mfile), "%s/%s", dir, file);
88#if !defined(SIMULATOR) || defined(MPEGPLAY)
89 mpeg_play(mfile); 88 mpeg_play(mfile);
90#endif
91 89
92 while(1) { 90 while(1) {
93 switch ( button_get(true) ) { 91 switch ( button_get(true) ) {