Skip to content

Commit

Permalink
GameDB: HW fixes for Mega Man/Rockman X7 + Clamping mode fix (#5694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Immersion95 committed Mar 18, 2022
1 parent 901664b commit f571b66
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11860,11 +11860,13 @@ SLES-51883:
name: "Scooby-Doo! Mystery Mayhem"
region: "PAL-M3"
SLES-51885:
name: "MegaMan X7"
name: "Mega Man X7"
region: "PAL-M5"
compat: 5
gameFixes:
- SoftwareRendererFMVHack # Flickering and wrong textures in FMV.
clampModes:
eeClampMode: 3 # For camera issues in some scenes.
eeClampMode: 3 # For camera issues in some scenes.
SLES-51886:
name: "Lethal Skies II"
region: "PAL-E"
Expand Down Expand Up @@ -20509,6 +20511,11 @@ SLKA-25112:
SLKA-25115:
name: "Rockman X7"
region: "NTSC-K"
compat: 5
gameFixes:
- SoftwareRendererFMVHack # Flickering and wrong textures in FMV.
clampModes:
eeClampMode: 3 # For camera issues in some scenes.
SLKA-25125:
name: "SNK vs. Capcom - Chaos"
region: "NTSC-K"
Expand Down Expand Up @@ -21275,6 +21282,11 @@ SLPM-60172:
SLPM-60207:
name: "Rockman X7"
region: "NTSC-J"
compat: 5
gameFixes:
- SoftwareRendererFMVHack # Flickering and wrong textures in FMV.
clampModes:
eeClampMode: 3 # For camera issues in some scenes.
SLPM-60243:
name: "Full House Kiss [Trial]"
region: "NTSC-J"
Expand Down Expand Up @@ -24435,10 +24447,13 @@ SLPM-65330:
name: "Akudaikan 2"
region: "NTSC-J"
SLPM-65331:
name: "RockMan X7"
name: "Rockman X7"
region: "NTSC-J"
compat: 5
gameFixes:
- SoftwareRendererFMVHack # Flickering and wrong textures in FMV.
clampModes:
eeClampMode: 3 # For camera issues in some scenes.
eeClampMode: 3 # For camera issues in some scenes.
SLPM-65332:
name: "Mahoromatic Automatic Maiden [Limited Edition]"
region: "NTSC-J"
Expand Down Expand Up @@ -36995,11 +37010,13 @@ SLUS-20486:
region: "NTSC-U"
compat: 5
SLUS-20487:
name: "MegaMan X7"
name: "Mega Man X7"
region: "NTSC-U"
compat: 5
gameFixes:
- SoftwareRendererFMVHack # Flickering and wrong textures in FMV.
clampModes:
eeClampMode: 3 # For camera issues in some scenes.
eeClampMode: 3 # For camera issues in some scenes.
SLUS-20488:
name: "Star Ocean 3 - Till the End of Time [Disc1of2]"
region: "NTSC-U"
Expand Down

0 comments on commit f571b66

Please sign in to comment.