mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
(MP3): increased sync search threshold.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace GameRes.Formats
|
||||
public override uint Signature { get { return 0; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
const int SyncSearchThreshold = 0x280;
|
||||
const int SyncSearchThreshold = 0x300;
|
||||
|
||||
public override SoundInput TryOpen (IBinaryStream file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user