forked from len0rd/rockbox
mpeg_stop() now clears the paused flag in the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1cd5b02b15
commit
bc9f60deb7
1 changed files with 1 additions and 0 deletions
|
|
@ -2389,6 +2389,7 @@ void mpeg_stop(void)
|
|||
while(!mpeg_stop_done)
|
||||
yield();
|
||||
#else
|
||||
paused = false;
|
||||
is_playing = false;
|
||||
playing = false;
|
||||
#endif /* #ifndef SIMULATOR */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue