diff --git a/apps/play.c b/apps/play.c index 2348f63d19..b0af2264c4 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!");