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