mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Ruff Trigger
Rename Europe serial and fix offset and blooming.
This commit is contained in:
parent
6beb6aa05b
commit
da1e9db2c0
|
@ -18878,10 +18878,13 @@ SLES-54018:
|
||||||
name: "Jackpot Madness"
|
name: "Jackpot Madness"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
SLES-54021:
|
SLES-54021:
|
||||||
name: "Ruff Trigger"
|
name: "Ruff Trigger - The Vanocore Conspiracy"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Fixes game engine errors when going ingame.
|
- EETimingHack # Fixes game engine errors when going ingame.
|
||||||
|
gsHWFixes:
|
||||||
|
cpuCLUTRender: 1 # Bring back blooming scattering like in software mode.
|
||||||
|
halfPixelOffset: 1 # Fixes misalignment like volcano lighting.
|
||||||
patches:
|
patches:
|
||||||
B02C81E5:
|
B02C81E5:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -47145,6 +47148,9 @@ SLUS-21314:
|
||||||
compat: 4
|
compat: 4
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Needed to go ingame.
|
- EETimingHack # Needed to go ingame.
|
||||||
|
gsHWFixes:
|
||||||
|
cpuCLUTRender: 1 # Bring back blooming scattering like in software mode.
|
||||||
|
halfPixelOffset: 1 # Fixes misalignment like volcano lighting.
|
||||||
patches:
|
patches:
|
||||||
F73488D5:
|
F73488D5:
|
||||||
content: |-
|
content: |-
|
||||||
|
|
Loading…
Reference in New Issue