mirror of https://github.com/PCSX2/pcsx2.git
GameDB: HW fixes for Mega Man/Rockman X7 + Clamping mode fix (#5694)
This commit is contained in:
parent
901664ba44
commit
f571b66a43
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue