mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(WV5): added "wv5" extension.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace GameRes.Formats.Maika
|
|||||||
|
|
||||||
public Wv5Audio ()
|
public Wv5Audio ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "wav" };
|
Extensions = new string[] { "wv5", "wav" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override SoundInput TryOpen (IBinaryStream file)
|
public override SoundInput TryOpen (IBinaryStream file)
|
||||||
|
|||||||
Reference in New Issue
Block a user