mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
fixed looped bannersound
This commit is contained in:
parent
072638fddf
commit
75ba6a0fd8
@ -127,7 +127,7 @@ protected:
|
||||
|
||||
in_ptr++; // skip u8 codeType = *in_ptr++;
|
||||
|
||||
channel[0].loop = channel[1].loop = be16inc(in_ptr); // u8 loopFlag;
|
||||
channel[0].loop = channel[1].loop = *in_ptr++; // u8 loopFlag;
|
||||
|
||||
channelCount = *in_ptr++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user