GameDB: Update Crash Tag Team Racing

Fixes performance drops and short freezes in adventure mode.

Alas, there is no Crash Tag Team Wrestling, so I replaced it with the
correct title.

Updates Gamefixes Panel entry of VU I bit Hack.

Closes #1785
This commit is contained in:
FlatOutPS2 2018-02-27 01:06:30 +01:00
parent 333e0cc82f
commit 41f6337bfa
2 changed files with 7 additions and 3 deletions

View File

@ -14042,6 +14042,7 @@ Compat = 5
Serial = SLES-53439 Serial = SLES-53439
Name = Crash Tag Team Racing Name = Crash Tag Team Racing
Region = PAL-M6 Region = PAL-M6
ScarfaceIbitHack = 1
--------------------------------------------- ---------------------------------------------
Serial = SLES-53441 Serial = SLES-53441
Name = Heroes of the Pacific Name = Heroes of the Pacific
@ -25262,8 +25263,9 @@ Name = 3-Nen B-Gumi Kinpachi Sensei - Densetsu no Kyoudan ni Tate! [Best]
Region = NTSC-J Region = NTSC-J
--------------------------------------------- ---------------------------------------------
Serial = SLPM-66090 Serial = SLPM-66090
Name = Crash Tag Team Wrestling Name = Crash Bandicoot: Gacchanko World
Region = NTSC-J Region = NTSC-J
ScarfaceIbitHack = 1
--------------------------------------------- ---------------------------------------------
Serial = SLPM-66091 Serial = SLPM-66091
Name = Shinobido Imashime Name = Shinobido Imashime
@ -39488,6 +39490,7 @@ Serial = SLUS-21191
Name = Crash Tag Team Racing Name = Crash Tag Team Racing
Region = NTSC-U Region = NTSC-U
Compat = 5 Compat = 5
ScarfaceIbitHack = 1
--------------------------------------------- ---------------------------------------------
Serial = SLUS-21192 Serial = SLUS-21192
Name = Cabela's Outdoor Adventures 2006 Name = Cabela's Outdoor Adventures 2006

View File

@ -105,8 +105,9 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
wxEmptyString wxEmptyString
}, },
{ {
_("VU I bit Hack avoid constant recompilation (Scarface The World Is Yours)"), _("VU I bit Hack avoid constant recompilation. Fixes memory leak slowdowns/stalls."),
wxEmptyString pxEt( L"Try this when \"microVU1: Program cache limit\" is printed in the log.\nKnown to affect following games:\n * Scarface The World Is Yours\n * Crash Tag Team Racing"
)
} }
}; };