1
0
Fork 0
forked from len0rd/rockbox

Even more simulator fixes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-08-28 10:56:42 +00:00
parent 97bead39e4
commit 94b8f284d0

View file

@ -303,7 +303,6 @@ static bool paused; /* playback is paused */
#ifdef SIMULATOR
static bool is_playing = false;
static bool playing = false;
static bool play_pending = false;
#else
static int last_dma_tick = 0;