mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Major League Baseball 2K5 Hang fix
Adds EE Clamp Extra + Sign to MLB 2K5 and the world series edition.
This commit is contained in:
parent
c332bd198a
commit
4abd395efa
|
@ -42840,6 +42840,8 @@ SLUS-21034:
|
||||||
SLUS-21035:
|
SLUS-21035:
|
||||||
name: "Major League Baseball 2K5"
|
name: "Major League Baseball 2K5"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
clampModes:
|
||||||
|
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
||||||
patches:
|
patches:
|
||||||
2243ce1d:
|
2243ce1d:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -44307,6 +44309,8 @@ SLUS-21323:
|
||||||
SLUS-21324:
|
SLUS-21324:
|
||||||
name: "Major League Baseball 2K5 [World Series Edition]"
|
name: "Major League Baseball 2K5 [World Series Edition]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
clampModes:
|
||||||
|
eeClampMode: 2 # Fixes hang when the baseball hits the ground.
|
||||||
patches:
|
patches:
|
||||||
D592B291:
|
D592B291:
|
||||||
content: |-
|
content: |-
|
||||||
|
|
Loading…
Reference in New Issue