mirror of https://github.com/PCSX2/pcsx2.git
24 lines
828 B
Plaintext
24 lines
828 B
Plaintext
gametitle=Trapt (NTSC-U)
|
|
comment=Widescreen hack by ElHecht
|
|
|
|
// 16:9 vertical fov
|
|
patch=1,EE,00104954,word,3c013f40 // 00000000 ver fov
|
|
patch=1,EE,00104960,word,4481f000 // 00000000
|
|
patch=1,EE,0010496c,word,461eb582 // 00000000
|
|
|
|
// 16:9 horizontal fov
|
|
// causes character popups in cut-scenes
|
|
//patch=1,EE,00104954,word,3c013f40 // 00000000 hor fov
|
|
//patch=1,EE,00104960,word,4481f000 // 00000000
|
|
//patch=1,EE,00104964,word,461ebdc3 // 00000000
|
|
|
|
// loading screen
|
|
//patch=1,EE,0029a92c,word,3c0343f0 // 3c034420 loading screen hor fov
|
|
patch=1,EE,0029a930,word,3c024415 // 3c0243e0 loading screen ver fov
|
|
|
|
// font fix for cut-scenes
|
|
patch=1,EE,001c5a4c,word,3c024190 // 3c0241c0
|
|
|
|
// remove black bars in cut-scenes
|
|
patch=1,EE,001e4654,word,3c020000 // 3c024420
|
|
patch=1,EE,001e46a0,word,3c020000 // 3c024420 |