mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Fixes for 187 Ride or Die
Add autoflush to soften bloom and HPO Special Texture to fix misaligned bloom.
This commit is contained in:
parent
c65eb3c3ee
commit
b4d140c6bb
|
@ -9392,6 +9392,9 @@ SLED-53512:
|
||||||
SLED-53537:
|
SLED-53537:
|
||||||
name: "187 - Ride or Die [Demo]"
|
name: "187 - Ride or Die [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
gsHWFixes:
|
||||||
|
autoFlush: 1 # Softens bloom on objects and cars.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom on objects and cars.
|
||||||
SLED-53673:
|
SLED-53673:
|
||||||
name: "007 - From Russia with Love [Demo]"
|
name: "007 - From Russia with Love [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -14327,6 +14330,9 @@ SLES-52276:
|
||||||
name: "187 - Ride or Die"
|
name: "187 - Ride or Die"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gsHWFixes:
|
||||||
|
autoFlush: 1 # Softens bloom on objects and cars.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom on objects and cars.
|
||||||
SLES-52277:
|
SLES-52277:
|
||||||
name: "Riding Spirits 2"
|
name: "Riding Spirits 2"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -15519,7 +15525,7 @@ SLES-52745:
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
SLES-52746:
|
SLES-52746:
|
||||||
name: "Hugo - Cannon Cruise"
|
name: "Hugo - Cannon Cruise"
|
||||||
region: "PAL-M4"
|
region: "PAL-SC"
|
||||||
SLES-52747:
|
SLES-52747:
|
||||||
name: "Dukes of Hazzard, The - The Return of General Lee"
|
name: "Dukes of Hazzard, The - The Return of General Lee"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -15705,7 +15711,7 @@ SLES-52816:
|
||||||
cpuCLUTRender: 1 # Fixes duplicated post processing.
|
cpuCLUTRender: 1 # Fixes duplicated post processing.
|
||||||
SLES-52820:
|
SLES-52820:
|
||||||
name: "Incredibles, The"
|
name: "Incredibles, The"
|
||||||
region: "PAL-M4"
|
region: "PAL-SC"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 1 # Fixes offset post processing.
|
halfPixelOffset: 1 # Fixes offset post processing.
|
||||||
cpuCLUTRender: 1 # Fixes duplicated post processing.
|
cpuCLUTRender: 1 # Fixes duplicated post processing.
|
||||||
|
@ -18815,7 +18821,7 @@ SLES-54013:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
SLES-54015:
|
SLES-54015:
|
||||||
name: "Disney-Pixar's Cars"
|
name: "Disney-Pixar's Cars"
|
||||||
region: "PAL-M3"
|
region: "PAL-SC"
|
||||||
SLES-54016:
|
SLES-54016:
|
||||||
name: "AND 1 Streetball"
|
name: "AND 1 Streetball"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -45924,6 +45930,9 @@ SLUS-21116:
|
||||||
name: "187 - Ride or Die"
|
name: "187 - Ride or Die"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gsHWFixes:
|
||||||
|
autoFlush: 1 # Softens bloom on objects and cars.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom on objects and cars.
|
||||||
SLUS-21117:
|
SLUS-21117:
|
||||||
name: "World Soccer - Winning Eleven 8 - International"
|
name: "World Soccer - Winning Eleven 8 - International"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue