Skip to content

Commit

Permalink
GameDB: Add FMV fix for Twisted Metal - Head-On [Extra Twisted Edition]
Browse files Browse the repository at this point in the history
This game's FMVs are meant to be letterboxed (640x368 with 40 pixel top/bottom bars). Without this patch, FMVs are rendered at 720x480 with bars on 3 sides (40 pixels at the top, 80 on the right, 72 at the bottom).

Related to PCSX2#961 and PCSX2#2226.
  • Loading branch information
Aced14 committed Mar 7, 2020
1 parent 79db01d commit 53fc896
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/GameIndex.dbf
Expand Up @@ -6161,6 +6161,15 @@ Serial = SCUS-97621
Name = Twisted Metal - Head-On [Extra Twisted Edition]
Region = NTSC-U
Compat = 5
[patches = 3DC2FE45]
author=Aced14
comment=Fix FMV resolution
// FMVs are meant to be letterboxed (640x368 with 40 pixel top/bottom bars).
// Without this patch, FMVs are rendered at 720x480 with bars on 3 sides
// (40 pixels at the top, 80 on the right, 72 at the bottom).
patch=1,EE,0023F954,short,00000280 //240602D0 - FMV horizontal resolution
patch=1,EE,0023F958,short,000001C0 //240701E0 - FMV vertical resolution
[/patches]
---------------------------------------------
Serial = SCUS-97622
Name = SingStar 80's [with Microphone]
Expand Down

0 comments on commit 53fc896

Please sign in to comment.