mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(BgiAudio): added "bw" extension.
This commit is contained in:
parent
11e59fc221
commit
36544eddd0
@ -38,7 +38,7 @@ namespace GameRes.Formats.BGI
|
||||
|
||||
public BgiAudio ()
|
||||
{
|
||||
Extensions = new string[] { "" };
|
||||
Extensions = new string[] { "bw", "", "_bw" };
|
||||
}
|
||||
|
||||
public override SoundInput TryOpen (IBinaryStream file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user