mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add/adjust DOA2 Hardcore patch.
Add iop patch to fix the sound on the US version as well. Original IOP EU patch by Kozarovv ported to US version by Refraction.
This commit is contained in:
parent
140a61692d
commit
9c1224b045
|
@ -1159,9 +1159,10 @@ Name = Dead or Alive 2 - Hardcore
|
|||
Region = PAL-M5
|
||||
Compat = 5
|
||||
[patches = 7A51F86E]
|
||||
comment=Patch by Prafull and kozarovv
|
||||
comment=Patch by Prafull and Kozarovv
|
||||
// Fixes game hanging on boot.
|
||||
patch=0,EE,002b4c44,word,24060000
|
||||
// Fixes sound.
|
||||
patch=1,IOP,001D77E4,word,27C40010
|
||||
patch=1,IOP,001D77E8,word,0C0032B7
|
||||
patch=1,IOP,001D77EC,word,00000000
|
||||
|
@ -34442,23 +34443,16 @@ Serial = SLUS-20071
|
|||
Name = Dead or Alive 2
|
||||
Region = NTSC-U
|
||||
Compat = 5
|
||||
[patches = 23AF6876]
|
||||
// DVD version.
|
||||
// Change TLSNDDRV RPC to blocking, better would be to move the wait to the top of the function.
|
||||
[patches]
|
||||
// 23AF6876 DVD Version.
|
||||
// 51068006 CD Version.
|
||||
comment=Patch by Benji229, Pseudonym, Prafull, Kozarovv and Refraction
|
||||
// Fixes game hanging on boot.
|
||||
patch=0,EE,002b06ec,word,24060000
|
||||
// Patch by Prafull after combining pseudonym's gamefix and benji229's patch.
|
||||
// Fixes game hanging on boot, but removes all sound effects.
|
||||
patch=0,EE,002b06ec,word,24060000
|
||||
patch=0,EE,002b0868,word,10000014
|
||||
[/patches]
|
||||
[patches = 51068006]
|
||||
// CD version.
|
||||
// Change TLSNDDRV RPC to blocking, better would be to move the wait to the top of the function.
|
||||
patch=0,EE,002b06ec,word,24060000
|
||||
// Patch by Prafull after combining pseudonym's gamefix and benji229's patch.
|
||||
// Fixes game hanging on boot, but removes all sound effects.
|
||||
patch=0,EE,002b06ec,word,24060000
|
||||
patch=0,EE,002b0868,word,10000014
|
||||
// Fixes sound.
|
||||
patch=1,IOP,001D77E4,word,27C40010
|
||||
patch=1,IOP,001D77E8,word,0C0032B7
|
||||
patch=1,IOP,001D77EC,word,00000000
|
||||
[/patches]
|
||||
---------------------------------------------
|
||||
Serial = SLUS-20072
|
||||
|
|
Loading…
Reference in New Issue