diff options
| -rw-r--r-- | firmware/mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 099d295..49b0804 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -1352,7 +1352,7 @@ void mpeg_pause(void) #ifndef SIMULATOR queue_post(&mpeg_queue, MPEG_PAUSE, NULL); #else - is_playing = false; + is_playing = true; playing = false; paused = true; #endif |