mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Fix incorrect field order in Silent Hill 3 FMVs
This commit is contained in:
parent
5de1c60d50
commit
ba36d4b0c8
|
@ -16715,6 +16715,7 @@ SLES-51434:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
memcardFilters:
|
memcardFilters:
|
||||||
- "SLES-51434"
|
- "SLES-51434"
|
||||||
- "SLES-50382"
|
- "SLES-50382"
|
||||||
|
@ -29241,6 +29242,7 @@ SLKA-25065:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
SLKA-25066:
|
SLKA-25066:
|
||||||
name: "Zone of the Enders - The 2nd Runner SE"
|
name: "Zone of the Enders - The 2nd Runner SE"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
@ -38472,6 +38474,7 @@ SLPM-65257:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
memcardFilters:
|
memcardFilters:
|
||||||
- "SLPM-65257"
|
- "SLPM-65257"
|
||||||
- "SLPM-65622"
|
- "SLPM-65622"
|
||||||
|
@ -40463,6 +40466,7 @@ SLPM-65622:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
memcardFilters:
|
memcardFilters:
|
||||||
- "SLPM-65257"
|
- "SLPM-65257"
|
||||||
- "SLPM-65622"
|
- "SLPM-65622"
|
||||||
|
@ -42715,6 +42719,7 @@ SLPM-66018:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
memcardFilters:
|
memcardFilters:
|
||||||
- "SLPM-65257"
|
- "SLPM-65257"
|
||||||
- "SLPM-65622"
|
- "SLPM-65622"
|
||||||
|
@ -61354,6 +61359,7 @@ SLUS-20622:
|
||||||
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
- SoftwareRendererFMVHack # Fixes blackscreen when FMV.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
recommendedBlendingLevel: 4 # Fixes menu transparancy effects and text.
|
||||||
|
deinterlace: 9 # Fixes incorrect field order in FMVs.
|
||||||
memcardFilters: # Reads Silent Hill 2 for easter egg.
|
memcardFilters: # Reads Silent Hill 2 for easter egg.
|
||||||
- "SLUS-20622"
|
- "SLUS-20622"
|
||||||
- "SLUS-20228"
|
- "SLUS-20228"
|
||||||
|
|
Loading…
Reference in New Issue