mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Add .sam extension
This commit is contained in:
parent
bab7d21b3e
commit
ee0387928d
@ -433,6 +433,7 @@ static const char* extension_list[] = {
|
||||
"sab",
|
||||
"sad",
|
||||
"saf",
|
||||
"sam", //txth/reserved [Lost Kingdoms 2 (GC)]
|
||||
"sap",
|
||||
"sb0",
|
||||
"sb1",
|
||||
@ -589,6 +590,7 @@ static const char* extension_list[] = {
|
||||
"wd",
|
||||
"wem",
|
||||
"wii",
|
||||
"wic", //txth/reserved [Road Rash (SAT)-videos]
|
||||
"wip", //txth/reserved [Colin McRae DiRT (PC)]
|
||||
"wlv", //txth/reserved [ToeJam & Earl III: Mission to Earth (DC)]
|
||||
"wmus",
|
||||
@ -738,6 +740,7 @@ static const coding_info coding_info_list[] = {
|
||||
|
||||
{coding_XA, "CD-ROM XA 4-bit ADPCM"},
|
||||
{coding_XA8, "CD-ROM XA 8-bit ADPCM"},
|
||||
{coding_XA_EA, "Electronic Arts XA 4-bit ADPCM"},
|
||||
{coding_PSX, "Playstation 4-bit ADPCM"},
|
||||
{coding_PSX_badflags, "Playstation 4-bit ADPCM (bad flags)"},
|
||||
{coding_PSX_cfg, "Playstation 4-bit ADPCM (configurable)"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user