mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 07:08:56 +08:00
(AudioFormat.FindFormat): merged with Read.
This commit is contained in:
@@ -170,11 +170,6 @@ namespace GameRes
|
||||
}
|
||||
|
||||
public static SoundInput Read (IBinaryStream file)
|
||||
{
|
||||
return FindFormat (file);
|
||||
}
|
||||
|
||||
public static SoundInput FindFormat (IBinaryStream file)
|
||||
{
|
||||
uint signature = file.Signature;
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user