mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
looping disabled until a valid loop flag is found.
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@828 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
d662a5f323
commit
a8fb8e3421
@ -18,9 +18,7 @@ VGMSTREAM * init_vgmstream_ps3_xvag(STREAMFILE *streamFile) {
|
||||
if (read_32bitBE(0x00,streamFile) != 0x58564147) /* "XVAG" */
|
||||
goto fail;
|
||||
|
||||
if (read_32bitBE(0x44,streamFile) !=0x63756573)
|
||||
loop_flag = 0;
|
||||
else loop_flag = 1;
|
||||
|
||||
channel_count = read_32bitBE(0x28,streamFile);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user