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