mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +01:00
Merge pull request #1072 from NicknineTheEagle/wbk
NSLB: Fixed PS2 banks
This commit is contained in:
commit
cbe3165f69
@ -170,7 +170,7 @@ VGMSTREAM* init_vgmstream_wbk_nslb(STREAMFILE* sf) {
|
||||
goto fail;
|
||||
|
||||
/* always little endian, even on PS3/X360 */
|
||||
if (read_u32le(0x04, sf) != 0x01)
|
||||
if (read_u16le(0x04, sf) != 0x01)
|
||||
goto fail;
|
||||
|
||||
total_subsongs = read_u32le(0x10, sf);
|
||||
|
Loading…
Reference in New Issue
Block a user