mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 11:18:31 +01:00
Added .NUS3BANK extension to all three plugins
This commit is contained in:
parent
922ab0e06f
commit
a562f781a9
@ -410,6 +410,7 @@ bool input_vgmstream::g_is_our_path(const char * p_path,const char * p_extension
|
|||||||
if(!stricmp_utf8(p_extension,"ndp")) return 1;
|
if(!stricmp_utf8(p_extension,"ndp")) return 1;
|
||||||
if(!stricmp_utf8(p_extension,"ngca")) return 1;
|
if(!stricmp_utf8(p_extension,"ngca")) return 1;
|
||||||
if(!stricmp_utf8(p_extension,"npsf")) return 1;
|
if(!stricmp_utf8(p_extension,"npsf")) return 1;
|
||||||
|
if(!stricmp_utf8(p_extension,"nus3bank")) return 1;
|
||||||
if(!stricmp_utf8(p_extension,"nwa")) return 1;
|
if(!stricmp_utf8(p_extension,"nwa")) return 1;
|
||||||
|
|
||||||
if(!stricmp_utf8(p_extension,"omu")) return 1;
|
if(!stricmp_utf8(p_extension,"omu")) return 1;
|
||||||
|
@ -143,6 +143,7 @@ const char *vgmstream_exts[] =
|
|||||||
"ndp",
|
"ndp",
|
||||||
"ngca",
|
"ngca",
|
||||||
"npsf",
|
"npsf",
|
||||||
|
"nus3bank",
|
||||||
"nwa",
|
"nwa",
|
||||||
|
|
||||||
"omu",
|
"omu",
|
||||||
|
@ -222,6 +222,7 @@ char * extension_list[] = {
|
|||||||
"ndp\0NDP Audio File (*.NDP)\0",
|
"ndp\0NDP Audio File (*.NDP)\0",
|
||||||
"ngca\0NGCA Audio File (*.NGCA)\0",
|
"ngca\0NGCA Audio File (*.NGCA)\0",
|
||||||
"npsf\0PS2 NPSF Audio File (*.NPSF)\0",
|
"npsf\0PS2 NPSF Audio File (*.NPSF)\0",
|
||||||
|
"nus3bank\0NUS3BANK Audio File (*.NUS3BANK)\0",
|
||||||
"nwa\0NWA Audio File (*.NWA)\0",
|
"nwa\0NWA Audio File (*.NWA)\0",
|
||||||
|
|
||||||
"omu\0OMU Audio File (*.OMU)\0",
|
"omu\0OMU Audio File (*.OMU)\0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user