Update channel count offset for 2PFS header.

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@985 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
snakemeat 2012-08-16 02:28:02 +00:00
parent 1c67f85bc7
commit fc8494c7ae

View File

@ -27,7 +27,7 @@ VGMSTREAM * init_vgmstream_ps2_2pfs(STREAMFILE *streamFile)
goto fail;
// channel count
channel_count = 2;
channel_count = read_8bit(0x40,streamFile);
// header size
start_offset = 0x800;