Skip to content

Commit

Permalink
GameDB: Add Software FMV fix to Neo Contra
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Sep 15, 2023
1 parent 30e3a3a commit 34fa85b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17205,6 +17205,8 @@ SLES-52510:
eeRoundMode: 0 # Reduces FPU calculation errors.
clampModes:
eeClampMode: 2 # Reduces FPU calculation errors.
gameFixes:
- SoftwareRendererFMVHack # Fixes FMV rendering due to bad texture cache Z16->C32 interaction.
SLES-52511:
name: "Headhunter - Redemption"
region: "PAL-E"
Expand Down Expand Up @@ -26996,6 +26998,8 @@ SLKA-25227:
eeRoundMode: 0 # Reduces FPU calculation errors.
clampModes:
eeClampMode: 2 # Reduces FPU calculation errors.
gameFixes:
- SoftwareRendererFMVHack # Fixes FMV rendering due to bad texture cache Z16->C32 interaction.
SLKA-25228:
name: "The Lord of the Rings - The Return of the King"
region: "NTSC-K"
Expand Down Expand Up @@ -35057,6 +35061,8 @@ SLPM-65752:
eeRoundMode: 0 # Reduces FPU calculation errors.
clampModes:
eeClampMode: 2 # Reduces FPU calculation errors.
gameFixes:
- SoftwareRendererFMVHack # Fixes FMV rendering due to bad texture cache Z16->C32 interaction.
SLPM-65753:
name: "Kessen [Koei Collection Series]"
region: "NTSC-J"
Expand Down Expand Up @@ -35934,6 +35940,8 @@ SLPM-65990:
eeRoundMode: 0 # Reduces FPU calculation errors.
clampModes:
eeClampMode: 2 # Reduces FPU calculation errors.
gameFixes:
- SoftwareRendererFMVHack # Fixes FMV rendering due to bad texture cache Z16->C32 interaction.
SLPM-65991:
name: "Anubis - Zone of the Enders Special Edition [Konami Dendou Collection]"
region: "NTSC-J"
Expand Down Expand Up @@ -51465,6 +51473,8 @@ SLUS-20961:
eeRoundMode: 0 # Reduces FPU calculation errors.
clampModes:
eeClampMode: 2 # Reduces FPU calculation errors.
gameFixes:
- SoftwareRendererFMVHack # Fixes FMV rendering due to bad texture cache Z16->C32 interaction.
SLUS-20962:
name: "Castle of Shikigami 2"
region: "NTSC-U"
Expand Down

0 comments on commit 34fa85b

Please sign in to comment.