mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Force English in Tomb Raider - The Angel of Darkness US (#7950)
Due to a game bug, the game will crash if your BIOS language is set to French or Spanish due to missing files on the disc.
This commit is contained in:
parent
bf2ba3c4d1
commit
bfbcd7a949
|
@ -42482,6 +42482,10 @@ SLUS-20467:
|
||||||
// Fix ingame SPS by interchanging vclipw.xyz vf5, vf5w with cfc2.
|
// Fix ingame SPS by interchanging vclipw.xyz vf5, vf5w with cfc2.
|
||||||
patch=1,EE,001d90e0,word,48489000
|
patch=1,EE,001d90e0,word,48489000
|
||||||
patch=1,EE,001d90e4,word,4bc529ff
|
patch=1,EE,001d90e4,word,4bc529ff
|
||||||
|
author=Agrippa
|
||||||
|
// Force English - else the game crashes with French or Spanish set
|
||||||
|
// in the BIOS configuration - a gamebug, not an emulator bug.
|
||||||
|
patch=1,EE,0020520C,word,24020001 // 0C0882C8
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- SoftwareRendererFMVHack # Fixes garbage pixels.
|
- SoftwareRendererFMVHack # Fixes garbage pixels.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
|
Loading…
Reference in New Issue