-updated to version 2.10-
*Fixed a bug in the pattern detection code (DVDLowReadDiskID) git-svn-id: svn://localhost/Users/andi/Downloads/code/DML@40 be6c1b03-d731-4111-a574-e37d80d43941
This commit is contained in:
parent
1074846e1a
commit
14f9f79cdf
@ -940,7 +940,7 @@ void DoPatches( char *ptr, u32 size, u32 SectionOffset )
|
||||
|
||||
if( (PatchCount & 512) == 0 ) //DVDLowReadDiskID
|
||||
{
|
||||
if( (read32( (u32)ptr + i ) & 0xFCFFFFFF ) == 0x3C00A800 && (read32( (u32)ptr + i + 4 ) & 0xFCFFFFFF ) == 0x38000040 )
|
||||
if( (read32( (u32)ptr + i ) & 0xFC00FFFF ) == 0x3C00A800 && (read32( (u32)ptr + i + 4 ) & 0xFC00FFFF ) == 0x38000040 )
|
||||
{
|
||||
u32 Offset = (u32)ptr + i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user