mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
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:
parent
1c67f85bc7
commit
fc8494c7ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user