mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
333e0cc82f
commit
41f6337bfa
|
@ -14042,6 +14042,7 @@ Compat = 5
|
|||
Serial = SLES-53439
|
||||
Name = Crash Tag Team Racing
|
||||
Region = PAL-M6
|
||||
ScarfaceIbitHack = 1
|
||||
---------------------------------------------
|
||||
Serial = SLES-53441
|
||||
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
|
||||
---------------------------------------------
|
||||
Serial = SLPM-66090
|
||||
Name = Crash Tag Team Wrestling
|
||||
Name = Crash Bandicoot: Gacchanko World
|
||||
Region = NTSC-J
|
||||
ScarfaceIbitHack = 1
|
||||
---------------------------------------------
|
||||
Serial = SLPM-66091
|
||||
Name = Shinobido Imashime
|
||||
|
@ -39488,6 +39490,7 @@ Serial = SLUS-21191
|
|||
Name = Crash Tag Team Racing
|
||||
Region = NTSC-U
|
||||
Compat = 5
|
||||
ScarfaceIbitHack = 1
|
||||
---------------------------------------------
|
||||
Serial = SLUS-21192
|
||||
Name = Cabela's Outdoor Adventures 2006
|
||||
|
|
|
@ -105,8 +105,9 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
|
|||
wxEmptyString
|
||||
},
|
||||
{
|
||||
_("VU I bit Hack avoid constant recompilation (Scarface The World Is Yours)"),
|
||||
wxEmptyString
|
||||
_("VU I bit Hack avoid constant recompilation. Fixes memory leak slowdowns/stalls."),
|
||||
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"
|
||||
)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue