Added .NUS3BANK extension to all three plugins

This commit is contained in:
Chris Moeller 2014-12-13 17:39:30 -08:00
parent 922ab0e06f
commit a562f781a9
3 changed files with 3 additions and 0 deletions

View File

@ -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,"ngca")) 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,"omu")) return 1;

View File

@ -143,6 +143,7 @@ const char *vgmstream_exts[] =
"ndp",
"ngca",
"npsf",
"nus3bank",
"nwa",
"omu",

View File

@ -222,6 +222,7 @@ char * extension_list[] = {
"ndp\0NDP Audio File (*.NDP)\0",
"ngca\0NGCA Audio File (*.NGCA)\0",
"npsf\0PS2 NPSF Audio File (*.NPSF)\0",
"nus3bank\0NUS3BANK Audio File (*.NUS3BANK)\0",
"nwa\0NWA Audio File (*.NWA)\0",
"omu\0OMU Audio File (*.OMU)\0",