mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Fixes for HP OFTF and MLB 2K5
FIxes freezing and stuttering in MLB 2K5 and ghosting and vertical lines in HP OFTF.
This commit is contained in:
parent
276b1b5539
commit
8cbdd61f98
|
@ -20240,21 +20240,29 @@ SLES-54778:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLES-54779:
|
SLES-54779:
|
||||||
name: "Harry Potter and the Order of the Phoenix"
|
name: "Harry Potter and the Order of the Phoenix"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLES-54780:
|
SLES-54780:
|
||||||
name: "Harry Potter and the Order of the Phoenix"
|
name: "Harry Potter and the Order of the Phoenix"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLES-54781:
|
SLES-54781:
|
||||||
name: "Harry Potter and the Order of the Phoenix"
|
name: "Harry Potter and the Order of the Phoenix"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLES-54782:
|
SLES-54782:
|
||||||
name: "Obscure 2"
|
name: "Obscure 2"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -33388,6 +33396,8 @@ SLPM-66886:
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLPM-66887:
|
SLPM-66887:
|
||||||
name: "Harukanaru Jikuu no Kade 3 - Unmei no Meikyuu [Koei the Best]"
|
name: "Harukanaru Jikuu no Kade 3 - Unmei no Meikyuu [Koei the Best]"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -44371,6 +44381,8 @@ SLUS-21035:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
clampModes:
|
clampModes:
|
||||||
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
||||||
|
gsHWFixes:
|
||||||
|
texturePreloading: 1 # Performs much better and stops freezing and or stuttering.
|
||||||
patches:
|
patches:
|
||||||
2243CE1D:
|
2243CE1D:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -45888,6 +45900,8 @@ SLUS-21324:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
clampModes:
|
clampModes:
|
||||||
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
||||||
|
gsHWFixes:
|
||||||
|
texturePreloading: 1 # Performs much better and stops freezing and or stuttering.
|
||||||
patches:
|
patches:
|
||||||
D592B291:
|
D592B291:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -47327,6 +47341,8 @@ SLUS-21619:
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1
|
mipmap: 1
|
||||||
|
halfPixelOffset: 1 # Fixes ghosting.
|
||||||
|
alignSprite: 1 # Fixes vertical lines.
|
||||||
SLUS-21620:
|
SLUS-21620:
|
||||||
name: "NCAA Football '08"
|
name: "NCAA Football '08"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue