mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 12:39:16 +08:00
(WV5): added "wv5" extension.
This commit is contained in:
parent
6727f26b7e
commit
e17f421036
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user