mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-08 06:39:05 +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