mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Add .nub2 in NUS v2
This commit is contained in:
parent
1290cea8ff
commit
c7ffd4731c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user