mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Remove blit from PAL being dumb
The gamefix works well for NTSC, but I had added blit to every version of resident evil doing wrong fixes which were meant for Silent Hill 4 and forget this part where it only gives 10 FPS instead of more.
This commit is contained in:
parent
2ab27ef42a
commit
ad7736f90d
|
@ -17597,8 +17597,6 @@ SLES-53702:
|
|||
name: "Resident Evil 4"
|
||||
region: "PAL-M5"
|
||||
compat: 5
|
||||
gameFixes:
|
||||
- BlitInternalFPSHack # Fixes internal FPS detection.
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes blurriness.
|
||||
SLES-53703:
|
||||
|
@ -17799,8 +17797,6 @@ SLES-53755:
|
|||
SLES-53756:
|
||||
name: "Resident Evil 4"
|
||||
region: "PAL-M5"
|
||||
gameFixes:
|
||||
- BlitInternalFPSHack # Fixes internal FPS detection.
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes blurriness.
|
||||
SLES-53758:
|
||||
|
|
Loading…
Reference in New Issue