Fix #206
This commit is contained in:
parent
24a84a874f
commit
3aa4bdf6e9
@ -394,7 +394,7 @@ void ndspiReadChnState(void)
|
||||
}
|
||||
LightLock_Unlock(&chn->lock);
|
||||
}
|
||||
chn->playing = (st->flags & 0xFF) ? true : false;
|
||||
}
|
||||
chn->playing = (st->flags & 0xFF) ? true : false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user