Merge pull request #56 from Myriachan/syscalls-11_x

Add system calls for 11.3 and 11.4
This commit is contained in:
Jack
2017-06-05 11:40:00 +08:00
committed by GitHub
3 changed files with 7 additions and 4 deletions
+2
View File
@@ -814,6 +814,8 @@ int cwav_pcm_setup(cwav_pcmstate* state, cwav_context* ctx, int isloop)
startoffset = getle32(ctx->infoheader.loopstart);
else if (ctx->infoheader.encoding == CWAV_ENCODING_PCM16)
startoffset = getle32(ctx->infoheader.loopstart) * 2;
else
startoffset = 0;
}
else
{