mirror of https://github.com/PCSX2/pcsx2.git
Small updates to the game database and GSdx CRCs.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3669 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
66c8b8381e
commit
92dbee7e79
|
@ -3686,7 +3686,7 @@ Compat = 5
|
|||
Serial = SLUS-20482
|
||||
Name = Sphinx and the Cursed Mummy
|
||||
Region = NTSC-U
|
||||
Compat = 1
|
||||
Compat = 5
|
||||
---------------------------------------------
|
||||
Serial = SLUS-20483
|
||||
Name = WWE Smackdown - Shut Your Mouth
|
||||
|
@ -15611,17 +15611,6 @@ Serial = SLPM-65038
|
|||
Name = Devil May Cry
|
||||
Region = NTSC-J
|
||||
Compat = 3
|
||||
[patches = 96B2F56D]
|
||||
|
||||
comment=Skips Movies
|
||||
|
||||
//skip Movie_Set
|
||||
patch=0,EE,001cdea0,word,03e00008
|
||||
patch=0,EE,001cdea4,word,03e00008
|
||||
//skip MovieEndCheck
|
||||
patch=0,EE,001ce44c,word,70001428
|
||||
|
||||
[/patches]
|
||||
---------------------------------------------
|
||||
Serial = SLPM-65039
|
||||
Name = Densha de Go! Shinkansen
|
||||
|
@ -34046,23 +34035,6 @@ Serial = SLES-52336
|
|||
Name = Max Payne 2 - The Fall of Max Payne
|
||||
Region = PAL-Unk
|
||||
Compat = 4
|
||||
[patches = D03BEF2A]
|
||||
|
||||
comment=patches by Nachbrenner
|
||||
|
||||
//Skip Videos
|
||||
patch=0,EE,002c8650,word,03e00008
|
||||
patch=0,EE,002c8654,word,00000000
|
||||
//fix obscure inf. loop
|
||||
patch=0,EE,001aa610,word,03e00008
|
||||
patch=0,EE,001aa614,word,24020000
|
||||
//Language Modifier (sceScfGetLanguage)
|
||||
patch=0,EE,00445ce4,word,24020001 // english
|
||||
//patch=0,EE,00445ce4,word,24020004 // deutsch
|
||||
//fix "SleepThread vs. RTFSSIOP.IRX"
|
||||
patch=0,EE,001b3208,word,00000000
|
||||
|
||||
[/patches]
|
||||
---------------------------------------------
|
||||
Serial = SLES-52337
|
||||
Name = Max Payne 2 - The Fall of Max Payne
|
||||
|
|
|
@ -112,6 +112,7 @@ CRC::Game CRC::m_games[] =
|
|||
{0x565B6170, WildArms5, JP, 0},
|
||||
{0xBBC3EFFA, WildArms4, US, 0},
|
||||
{0xBBC396EC, WildArms4, US, 0}, //hmm such a small diff in the CRC..
|
||||
{0x7B2DE9CC, WildArms4, EU, 0},
|
||||
{0x8B029334, Manhunt2, Unknown, 0},
|
||||
{0x09F49E37, CrashBandicootWoC, Unknown, 0},
|
||||
{0x013E349D, ResidentEvil4, US, 0},
|
||||
|
|
Loading…
Reference in New Issue