mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Change halfPixelOffset normal to special for shadow hearts series.
Normal breaks shadows.
This commit is contained in:
parent
83b8ec6a99
commit
2d6c4c6aee
bin/resources
|
@ -21392,13 +21392,13 @@ SLES-82030:
|
|||
name: "Shadow Hearts - Covenant [Disc1of2]"
|
||||
region: "PAL-M3"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
SLES-82031:
|
||||
name: "Shadow Hearts - Covenant [Disc2of2]"
|
||||
region: "PAL-M3"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
memcardFilters:
|
||||
- "SLES-82030"
|
||||
|
@ -35128,13 +35128,13 @@ SLPS-25317:
|
|||
name: "Shadow Hearts 2 [Deluxe Pack] [Disc1of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
SLPS-25318:
|
||||
name: "Shadow Hearts 2 [Deluxe Pack] [Disc2of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
memcardFilters:
|
||||
- "SLPS-25317"
|
||||
|
@ -35181,13 +35181,13 @@ SLPS-25334:
|
|||
name: "Shadow Hearts 2 [Disc1of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
SLPS-25335:
|
||||
name: "Shadow Hearts 2 [Disc1of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
memcardFilters:
|
||||
- "SLPS-25334"
|
||||
|
@ -37515,13 +37515,13 @@ SLPS-73214:
|
|||
name: "Shadow Hearts 2 [Director's Cut] [PlayStation 2 The Best] [Disc1of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
SLPS-73215:
|
||||
name: "Shadow Hearts 2 [Director's Cut] [PlayStation 2 The Best] [Disc2of2]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
memcardFilters:
|
||||
- "SLPS-73214"
|
||||
|
@ -42526,7 +42526,7 @@ SLUS-21041:
|
|||
region: "NTSC-U"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
SLUS-21042:
|
||||
name: "Darkwatch"
|
||||
|
@ -42541,7 +42541,7 @@ SLUS-21044:
|
|||
region: "NTSC-U"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
halfPixelOffset: 2 # Fixes blurrines, preload frame for FMV breaks visuals with this setting.
|
||||
disablePartialInvalidation: 1 # Fixes shadows when upscaling.
|
||||
memcardFilters:
|
||||
- "SLUS-21041"
|
||||
|
|
Loading…
Reference in New Issue