mirror of https://github.com/PCSX2/pcsx2.git
24 lines
840 B
Plaintext
24 lines
840 B
Plaintext
gametitle=Trapt (PAL-E) (SLES-53824)
|
|
comment=Widescreen hack by ElHecht
|
|
|
|
// 16:9 vertical fov
|
|
patch=1,EE,00104974,word,3c013f40 // 00000000 ver fov
|
|
patch=1,EE,00104980,word,4481f000 // 00000000
|
|
patch=1,EE,0010498c,word,461eb582 // 00000000
|
|
|
|
// 16:9 horizontal fov
|
|
// causes character popups in cut-scenes
|
|
//patch=1,EE,00104974,word,3c013f40 // 00000000 hor fov
|
|
//patch=1,EE,00104980,word,4481f000 // 00000000
|
|
//patch=1,EE,00104984,word,461ebdc3 // 00000000
|
|
|
|
// loading screen
|
|
//patch=1,EE,0029ce3c,word,3c0343f0 // 3c034420 loading screen hor fov
|
|
patch=1,EE,0029ce40,word,3c024415 // 3c0243e0 loading screen ver fov
|
|
|
|
// font fix for cut-scenes
|
|
patch=1,EE,001c628c,word,3c024190 // 3c0241c0
|
|
|
|
// remove black bars in cut-scenes
|
|
patch=1,EE,001e4e04,word,3c020000 // 3c024420
|
|
patch=1,EE,001e4e50,word,3c020000 // 3c024420 |