NSLB: Fixed PS2 banks

This commit is contained in:
NicknineTheEagle 2022-02-05 19:42:36 +03:00
parent f9230158d9
commit 2ca2693cf1

View File

@ -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);