mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Various fixes
This commit is contained in:
parent
28f984e87f
commit
5087fcea88
|
@ -770,7 +770,8 @@ PCPX-96653:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Fixes SPR errors while going in-game.
|
- EETimingHack # Fixes SPR errors while going in-game.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Fixes garbage textures in the distance.
|
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
|
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
|
||||||
halfPixelOffset: 2 # Fixes misaligned bloom.
|
halfPixelOffset: 2 # Fixes misaligned bloom.
|
||||||
autoFlush: 2 # Helps fix misaligned bloom.
|
autoFlush: 2 # Helps fix misaligned bloom.
|
||||||
|
@ -3258,12 +3259,13 @@ SCED-52846:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes blurriness.
|
halfPixelOffset: 2 # Fixes blurriness.
|
||||||
SCED-52847:
|
SCED-52847:
|
||||||
name: "Ratchet & Clank 3"
|
name: "Ratchet & Clank 3 [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Fixes SPR errors while going in-game.
|
- EETimingHack # Fixes SPR errors while going in-game.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Fixes garbage textures in the distance.
|
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
|
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
|
||||||
halfPixelOffset: 2 # Fixes misaligned bloom.
|
halfPixelOffset: 2 # Fixes misaligned bloom.
|
||||||
autoFlush: 2 # Helps fix misaligned bloom.
|
autoFlush: 2 # Helps fix misaligned bloom.
|
||||||
|
@ -24331,6 +24333,11 @@ SLES-54606:
|
||||||
SLES-54607:
|
SLES-54607:
|
||||||
name: "MTV Pimp My Ride"
|
name: "MTV Pimp My Ride"
|
||||||
region: "PAL-A"
|
region: "PAL-A"
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 4 # Aligns bloom as best it can be.
|
||||||
|
autoFlush: 1 # Fixes bloom rendering.
|
||||||
|
mipmap: 2 # Mipmap + trilinear, improves ground and building textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
SLES-54608:
|
SLES-54608:
|
||||||
name: "Barbie in The 12 Dancing Princesses"
|
name: "Barbie in The 12 Dancing Princesses"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
@ -24411,6 +24418,11 @@ SLES-54631:
|
||||||
SLES-54632:
|
SLES-54632:
|
||||||
name: "MTV Pimp My Ride"
|
name: "MTV Pimp My Ride"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 4 # Aligns bloom as best it can be.
|
||||||
|
autoFlush: 1 # Fixes bloom rendering.
|
||||||
|
mipmap: 2 # Mipmap + trilinear, improves ground and building textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
SLES-54633:
|
SLES-54633:
|
||||||
name: "Premier Manager 08"
|
name: "Premier Manager 08"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
@ -64232,6 +64244,11 @@ SLUS-21579:
|
||||||
SLUS-21580:
|
SLUS-21580:
|
||||||
name: "MTV Pimp my Ride"
|
name: "MTV Pimp my Ride"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 4 # Aligns bloom as best it can be.
|
||||||
|
autoFlush: 1 # Fixes bloom rendering.
|
||||||
|
mipmap: 2 # Mipmap + trilinear, improves ground and building textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
SLUS-21581:
|
SLUS-21581:
|
||||||
name: "UEFA Champions League 2006-2007"
|
name: "UEFA Champions League 2006-2007"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue