mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add Autoflush to Minority Report
This commit is contained in:
parent
7d3c3911ea
commit
20f03e237e
|
@ -14587,6 +14587,7 @@ SLES-51230:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
||||||
|
autoFlush: 1 # Fixes light bloom intensity.
|
||||||
SLES-51232:
|
SLES-51232:
|
||||||
name: "Virtua Tennis 2"
|
name: "Virtua Tennis 2"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
@ -14836,11 +14837,13 @@ SLES-51317:
|
||||||
region: "PAL-F"
|
region: "PAL-F"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
||||||
|
autoFlush: 1 # Fixes light bloom intensity.
|
||||||
SLES-51318:
|
SLES-51318:
|
||||||
name: "Minority Report"
|
name: "Minority Report"
|
||||||
region: "PAL-G"
|
region: "PAL-G"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
||||||
|
autoFlush: 1 # Fixes light bloom intensity.
|
||||||
SLES-51322:
|
SLES-51322:
|
||||||
name: "Robotech Battlecry"
|
name: "Robotech Battlecry"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -48432,6 +48435,7 @@ SLUS-20331:
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
cpuCLUTRender: 1 # Fixes light bleed through objects.
|
||||||
|
autoFlush: 1 # Fixes light bloom intensity.
|
||||||
SLUS-20332:
|
SLUS-20332:
|
||||||
name: "NCAA March Madness 2002"
|
name: "NCAA March Madness 2002"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue