mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Patch to fix Valkyrie Profile 2 PAL FMV timing
This commit is contained in:
parent
3850227605
commit
e016e3280d
|
@ -23834,6 +23834,11 @@ SLES-54644:
|
||||||
roundSprite: 1 # Fixes area transition vertical lines and lessens red forest vertical lines.
|
roundSprite: 1 # Fixes area transition vertical lines and lessens red forest vertical lines.
|
||||||
textureInsideRT: 1 # Required for swirl battle transition.
|
textureInsideRT: 1 # Required for swirl battle transition.
|
||||||
nativePaletteDraw: 1
|
nativePaletteDraw: 1
|
||||||
|
patches:
|
||||||
|
04CCB600:
|
||||||
|
content: |-
|
||||||
|
// Modifies the wait loop on FMV's to make sure 304 hsyncs pass instead of 288.
|
||||||
|
patch=1,EE,002B9A44,word,24110130
|
||||||
SLES-54645:
|
SLES-54645:
|
||||||
name: "Valkyrie Profile 2 - Silmeria"
|
name: "Valkyrie Profile 2 - Silmeria"
|
||||||
region: "PAL-F"
|
region: "PAL-F"
|
||||||
|
|
Loading…
Reference in New Issue