mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Add .nsa extension as RIFF WAWE [Hajimete no Otetsudai (PC)]
This commit is contained in:
parent
13c15ad38a
commit
c145512f37
@ -362,6 +362,7 @@ static const char* extension_list[] = {
|
|||||||
"nop",
|
"nop",
|
||||||
"nps",
|
"nps",
|
||||||
"npsf", //fake extension/header id for .nps (in bigfiles)
|
"npsf", //fake extension/header id for .nps (in bigfiles)
|
||||||
|
"nsa",
|
||||||
"nsopus",
|
"nsopus",
|
||||||
"nub",
|
"nub",
|
||||||
"nub2",
|
"nub2",
|
||||||
|
@ -353,8 +353,9 @@ VGMSTREAM* init_vgmstream_riff(STREAMFILE* sf) {
|
|||||||
* .saf: Whacked! (Xbox)
|
* .saf: Whacked! (Xbox)
|
||||||
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
||||||
* .ima: Baja: Edge of Control (PS3/X360)
|
* .ima: Baja: Edge of Control (PS3/X360)
|
||||||
|
* .nsa: Studio Ring games that uses NScripter [Hajimete no Otetsudai (PC)]
|
||||||
*/
|
*/
|
||||||
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf,ima") ) {
|
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf,ima,nsa") ) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
else if ( check_extensions(sf, "mwv") ) {
|
else if ( check_extensions(sf, "mwv") ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user