From 3aa4bdf6e9f7e3c535b8c6fca83eff0ee71962ea Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 7 Nov 2015 12:46:24 +0100 Subject: [PATCH] Fix #206 --- libctru/source/ndsp/ndsp-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }