mirror of https://github.com/PCSX2/pcsx2.git
GameDB: remove patches for 'Neo Contra' and add EE rounding and clamping
This commit is contained in:
parent
c0c75bf18e
commit
34686dc167
|
@ -11968,16 +11968,11 @@ SLES-52509:
|
||||||
SLES-52510:
|
SLES-52510:
|
||||||
name: "Neo Contra"
|
name: "Neo Contra"
|
||||||
region: "PAL-M3"
|
region: "PAL-M3"
|
||||||
compat: 4
|
compat: 6
|
||||||
patches:
|
roundModes:
|
||||||
EEE2F6A3:
|
eeRoundMode: 0
|
||||||
content: |-
|
clampModes:
|
||||||
comment=Patches By Prafull
|
eeClampMode: 2
|
||||||
// New patch fixes most issues.
|
|
||||||
patch=0,EE,003a9b20,word,00000000
|
|
||||||
// Fix hang at Level 4.
|
|
||||||
patch=0,EE,0037b764,word,03e00008
|
|
||||||
patch=0,EE,0037b768,word,00000000
|
|
||||||
SLES-52511:
|
SLES-52511:
|
||||||
name: "Headhunter - Redemption (EX)"
|
name: "Headhunter - Redemption (EX)"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -19245,6 +19240,10 @@ SLKA-25225:
|
||||||
SLKA-25227:
|
SLKA-25227:
|
||||||
name: "Neo Contra"
|
name: "Neo Contra"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
roundModes:
|
||||||
|
eeRoundMode: 0
|
||||||
|
clampModes:
|
||||||
|
eeClampMode: 2
|
||||||
SLKA-25232:
|
SLKA-25232:
|
||||||
name: "Naruto Narutimett Hero International"
|
name: "Naruto Narutimett Hero International"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
@ -24094,13 +24093,10 @@ SLPM-65751:
|
||||||
SLPM-65752:
|
SLPM-65752:
|
||||||
name: "Neo Contra"
|
name: "Neo Contra"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
patches:
|
roundModes:
|
||||||
A70549D6:
|
eeRoundMode: 0
|
||||||
content: |-
|
clampModes:
|
||||||
comment=Patch by Prafull, Jelta
|
eeClampMode: 2
|
||||||
// Fix hang at Level 4.
|
|
||||||
patch=0,EE,0037B264,word,03e00008
|
|
||||||
patch=0,EE,0037B268,word,00000000
|
|
||||||
SLPM-65753:
|
SLPM-65753:
|
||||||
name: "Kessen [Koei Collection Series]"
|
name: "Kessen [Koei Collection Series]"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -24838,6 +24834,10 @@ SLPM-65989:
|
||||||
SLPM-65990:
|
SLPM-65990:
|
||||||
name: "Neo Contra [Konami Palace Selection]"
|
name: "Neo Contra [Konami Palace Selection]"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
roundModes:
|
||||||
|
eeRoundMode: 0
|
||||||
|
clampModes:
|
||||||
|
eeClampMode: 2
|
||||||
SLPM-65991:
|
SLPM-65991:
|
||||||
name: "Anubis: Zone of the Enders Special Edition [Konami Dendou Collection]"
|
name: "Anubis: Zone of the Enders Special Edition [Konami Dendou Collection]"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -36831,14 +36831,11 @@ SLUS-20960:
|
||||||
SLUS-20961:
|
SLUS-20961:
|
||||||
name: "Neo Contra"
|
name: "Neo Contra"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 4
|
compat: 6
|
||||||
patches:
|
roundModes:
|
||||||
08901101:
|
eeRoundMode: 0
|
||||||
content: |-
|
clampModes:
|
||||||
comment=Patch by Prafull
|
eeClampMode: 2
|
||||||
// Fix hang at Level 4.
|
|
||||||
patch=0,EE,0037b1a4,word,03e00008
|
|
||||||
patch=0,EE,0037b1a8,word,00000000
|
|
||||||
SLUS-20962:
|
SLUS-20962:
|
||||||
name: "Castle of Shikigami 2"
|
name: "Castle of Shikigami 2"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue