Add .nub2 in NUS v2

This commit is contained in:
bnnm 2020-02-22 20:41:53 +01:00
parent 1290cea8ff
commit c7ffd4731c

View File

@ -19,7 +19,9 @@ VGMSTREAM * init_vgmstream_nub(STREAMFILE *streamFile) {
/* checks */ /* checks */
if (!check_extensions(streamFile, "nub")) /* .nub: standard
* .nub2: rare [iDOLM@STER - Gravure For You (PS3)] */
if (!check_extensions(streamFile, "nub,nub2"))
goto fail; goto fail;
version = read_32bitBE(0x00,streamFile); version = read_32bitBE(0x00,streamFile);