From: fincs Date: Sat, 7 Nov 2015 11:46:24 +0000 (+0100) Subject: Fix #206 X-Git-Tag: v1.0.0~48 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=3aa4bdf6e9f7e3c535b8c6fca83eff0ee71962ea;p=corbenik%2Fctrulib.git Fix #206 --- diff --git a/libctru/source/ndsp/ndsp-channel.c b/libctru/source/ndsp/ndsp-channel.c index f3ebb71..800ad57 100644 --- a/libctru/source/ndsp/ndsp-channel.c +++ b/libctru/source/ndsp/ndsp-channel.c @@ -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; } }