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