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