mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Move .wma to common extensions list
This commit is contained in:
parent
d6e3e8dac9
commit
0e8a93c1f4
@ -311,7 +311,7 @@ static const char* extension_list[] = {
|
|||||||
"mdsp",
|
"mdsp",
|
||||||
"med",
|
"med",
|
||||||
"mjb",
|
"mjb",
|
||||||
"mi4",
|
"mi4", //fake extension for .mib (renamed, to be removed)
|
||||||
"mib",
|
"mib",
|
||||||
"mic",
|
"mic",
|
||||||
"mihb",
|
"mihb",
|
||||||
@ -581,7 +581,6 @@ static const char* extension_list[] = {
|
|||||||
"wii",
|
"wii",
|
||||||
"wip", //txth/reserved [Colin McRae DiRT (PC)]
|
"wip", //txth/reserved [Colin McRae DiRT (PC)]
|
||||||
"wlv", //txth/reserved [ToeJam & Earl III: Mission to Earth (DC)]
|
"wlv", //txth/reserved [ToeJam & Earl III: Mission to Earth (DC)]
|
||||||
"wma", //common
|
|
||||||
"wmus",
|
"wmus",
|
||||||
"wp2",
|
"wp2",
|
||||||
"wpd",
|
"wpd",
|
||||||
@ -658,6 +657,7 @@ static const char* common_extension_list[] = {
|
|||||||
"ogg", //common
|
"ogg", //common
|
||||||
"opus", //common
|
"opus", //common
|
||||||
"wav", //common
|
"wav", //common
|
||||||
|
"wma", //common
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user