mirror of
https://github.com/simtactics/niotso.git
synced 2025-07-04 13:47:05 -04:00
Added FCNS, GLOB, TMPL, and rsmp parsers to the iff library
This commit is contained in:
parent
bc51bb4aad
commit
783227a630
15 changed files with 484 additions and 74 deletions
|
@ -113,7 +113,7 @@ static const int16_t XATable[] =
|
|||
int xa_decode(const uint8_t *__restrict InBuffer, uint8_t *__restrict OutBuffer, unsigned Frames, unsigned Channels)
|
||||
{
|
||||
channel_t Channel[8];
|
||||
memset(Channel, 0x00, sizeof(Channel));
|
||||
memset(Channel, 0, sizeof(Channel));
|
||||
if(Frames == 0) return 1;
|
||||
|
||||
while(1){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue