GameDB: Patch for Midnight Club 2 T-Bit

This commit is contained in:
refractionpcsx2 2022-01-23 18:35:30 +00:00
parent 1f851887d9
commit f1576eeb32
1 changed files with 18 additions and 0 deletions

View File

@ -9402,6 +9402,15 @@ SLES-51054:
name: "Midnight Club 2" name: "Midnight Club 2"
region: "PAL-M5" region: "PAL-M5"
compat: 5 compat: 5
patches:
ACB1989A:
content: |-
comment=Patch by Refraction
// Patches a CTC2 write to FBRST to not set the T-Bit enable
// Fixes slow speed in MTVU due to developers leaving T-Bit enabled and not using it
// PCSX2 has to sync more when T-Bit is enabled so the game spends more time waiting
// for VU1 to finish, which reduces the advantage of MTVU to basically zero.
patch=1,EE,0036E5C4,word,00000000
SLES-51055: SLES-51055:
name: "Go Go Golf" name: "Go Go Golf"
region: "PAL-E" region: "PAL-E"
@ -33898,6 +33907,15 @@ SLUS-20209:
name: "Midnight Club II" name: "Midnight Club II"
region: "NTSC-U" region: "NTSC-U"
compat: 5 compat: 5
patches:
E5F2DF38:
content: |-
comment=Patch by Refraction
// Patches a CTC2 write to FBRST to not set the T-Bit enable
// Fixes slow speed in MTVU due to developers leaving T-Bit enabled and not using it
// PCSX2 has to sync more when T-Bit is enabled so the game spends more time waiting
// for VU1 to finish, which reduces the advantage of MTVU to basically zero.
patch=1,EE,0036DA34,word,00000000
SLUS-20210: SLUS-20210:
name: "18 Wheeler - American Pro Trucker" name: "18 Wheeler - American Pro Trucker"
region: "NTSC-U" region: "NTSC-U"