mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Matrix Path Of Neo Fixes
Fixes broken post processing by using autoflush.
This commit is contained in:
parent
c87dd99824
commit
2b7eeba55c
|
@ -9531,6 +9531,7 @@ SLAJ-25072:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLAJ-25073:
|
||||
name: "Resident Evil 4"
|
||||
region: "NTSC-J"
|
||||
|
@ -9985,6 +9986,7 @@ SLED-53845:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLED-53937:
|
||||
name: "Black [Demo]"
|
||||
region: "PAL-M5"
|
||||
|
@ -18139,6 +18141,7 @@ SLES-53462:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLES-53463:
|
||||
name: "NHL '06"
|
||||
region: "PAL-E"
|
||||
|
@ -19195,6 +19198,7 @@ SLES-53759:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLES-53760:
|
||||
name: "Rugby Challenge 2006"
|
||||
region: "PAL-M5"
|
||||
|
@ -19284,6 +19288,7 @@ SLES-53799:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLES-53800:
|
||||
name: "Rampage - Total Destruction"
|
||||
region: "PAL-M5"
|
||||
|
@ -25297,6 +25302,7 @@ SLKA-25303:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLKA-25304:
|
||||
name: "Burnout Revenge"
|
||||
region: "NTSC-K"
|
||||
|
@ -33099,6 +33105,7 @@ SLPM-66177:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLPM-66178:
|
||||
name: "pop'n music 7 [Konami The Best]"
|
||||
region: "NTSC-J"
|
||||
|
@ -48779,6 +48786,7 @@ SLUS-21273:
|
|||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
halfPixelOffset: 2 # Fix effects upscaling.
|
||||
autoFlush: 1 # Fixes broken post processing.
|
||||
SLUS-21274:
|
||||
name: "OutRun 2006 - Coast 2 Coast"
|
||||
region: "NTSC-U"
|
||||
|
|
Loading…
Reference in New Issue