forked from len0rd/rockbox
Simulators want is_playing too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2065 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87a4ed5731
commit
924b5313ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1352,7 +1352,7 @@ void mpeg_pause(void)
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
queue_post(&mpeg_queue, MPEG_PAUSE, NULL);
|
queue_post(&mpeg_queue, MPEG_PAUSE, NULL);
|
||||||
#else
|
#else
|
||||||
is_playing = false;
|
is_playing = true;
|
||||||
playing = false;
|
playing = false;
|
||||||
paused = true;
|
paused = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue