mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add fixes for Demon Chaos
Adds auto flush and half pixel offset special texture to fix missing bloom and misaligned bloom and lighting.
This commit is contained in:
parent
bae4a2df7e
commit
76b88ebdbf
|
@ -1221,6 +1221,9 @@ SCAJ-20158:
|
|||
region: "NTSC-Unk"
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SCAJ-20159:
|
||||
name: "Soul Calibur III"
|
||||
region: "NTSC-Ch"
|
||||
|
@ -18952,6 +18955,9 @@ SLES-54305:
|
|||
compat: 5
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLES-54306:
|
||||
name: "Cartoon Network Racing"
|
||||
region: "PAL-E"
|
||||
|
@ -23414,6 +23420,9 @@ SLKA-25320:
|
|||
compat: 5
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLKA-25321:
|
||||
name: "K.League - Winning Eleven 9 - Asia Championship"
|
||||
region: "NTSC-K"
|
||||
|
@ -24424,11 +24433,17 @@ SLPM-61130:
|
|||
region: "NTSC-J"
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLPM-61132:
|
||||
name: "Ikusa Gami [Trial Version]"
|
||||
region: "NTSC-J"
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLPM-61133:
|
||||
name: "Soul Calibur III [Trial Version]"
|
||||
region: "NTSC-J"
|
||||
|
@ -30708,6 +30723,9 @@ SLPM-66184:
|
|||
region: "NTSC-J"
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLPM-66185:
|
||||
name: "Game ni Nattayo! Dokuro-chan [Limited Edition]"
|
||||
region: "NTSC-J"
|
||||
|
@ -34042,6 +34060,9 @@ SLPM-74227:
|
|||
region: "NTSC-J"
|
||||
gameFixes:
|
||||
- VIF1StallHack # Fixes black screen on boot.
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes missing bloom effects.
|
||||
halfPixelOffset: 2 # Fixes misaligned lighting and bloom.
|
||||
SLPM-74228:
|
||||
name: "Fuuun Bakumatsu-den [PlayStation 2 The Best]"
|
||||
region: "NTSC-J"
|
||||
|
|
Loading…
Reference in New Issue