mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Gun fixes
Fixes for rainbowing at the edges of the screen missing bloom intensity and alignment and reflections on water and ground textures.
This commit is contained in:
parent
12e578b93c
commit
805f985144
|
@ -17474,8 +17474,11 @@ SLES-53523:
|
||||||
roundModes:
|
roundModes:
|
||||||
vu1RoundMode: 0 # Fixes textures and crashes.
|
vu1RoundMode: 0 # Fixes textures and crashes.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes bloom misalignment.
|
mipmap: 2 # Mipmap + trilinear, improves ground textures and water textures and reflections.
|
||||||
wildArmsHack: 1 # Fixes bloom misalignment.
|
trilinearFiltering: 1
|
||||||
|
textureInsideRT: 1 # Fixes rainbow artifacting around edges of screen.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom.
|
||||||
|
autoFlush: 1 # Fixes missing bloom intensity and alignment.
|
||||||
SLES-53524:
|
SLES-53524:
|
||||||
name: "Mortal Kombat - Shaolin Monks"
|
name: "Mortal Kombat - Shaolin Monks"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -17943,8 +17946,11 @@ SLES-53647:
|
||||||
roundModes:
|
roundModes:
|
||||||
vu1RoundMode: 0 # Fixes textures and crashes.
|
vu1RoundMode: 0 # Fixes textures and crashes.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes bloom misalignment.
|
mipmap: 2 # Mipmap + trilinear, improves ground textures and water textures and reflections.
|
||||||
wildArmsHack: 1 # Fixes bloom misalignment.
|
trilinearFiltering: 1
|
||||||
|
textureInsideRT: 1 # Fixes rainbow artifacting around edges of screen.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom.
|
||||||
|
autoFlush: 1 # Fixes missing bloom intensity and alignment.
|
||||||
SLES-53651:
|
SLES-53651:
|
||||||
name: "WWII - Soldier"
|
name: "WWII - Soldier"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -46215,8 +46221,11 @@ SLUS-21139:
|
||||||
roundModes:
|
roundModes:
|
||||||
vu1RoundMode: 0 # Fixes textures and crashes.
|
vu1RoundMode: 0 # Fixes textures and crashes.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes bloom misalignment.
|
mipmap: 2 # Mipmap + trilinear, improves ground textures and water textures and reflections.
|
||||||
wildArmsHack: 1 # Fixes bloom misalignment.
|
trilinearFiltering: 1
|
||||||
|
textureInsideRT: 1 # Fixes rainbow artifacting around edges of screen.
|
||||||
|
halfPixelOffset: 2 # Fixes misalgined bloom.
|
||||||
|
autoFlush: 1 # Fixes missing bloom intensity and alignment.
|
||||||
SLUS-21140:
|
SLUS-21140:
|
||||||
name: "Mobile Suit Gundam Seed - Never Ending Tomorrow"
|
name: "Mobile Suit Gundam Seed - Never Ending Tomorrow"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue