mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
NSLB: Fixed PS2 banks
This commit is contained in:
parent
f9230158d9
commit
2ca2693cf1
@ -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