From 41f6337bfaa8f33b53333c02d6718a1e497cb7e4 Mon Sep 17 00:00:00 2001 From: FlatOutPS2 Date: Tue, 27 Feb 2018 01:06:30 +0100 Subject: [PATCH] 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 --- bin/GameIndex.dbf | 5 ++++- pcsx2/gui/Panels/GameFixesPanel.cpp | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/GameIndex.dbf b/bin/GameIndex.dbf index 1c21a903eb..680baf0eec 100644 --- a/bin/GameIndex.dbf +++ b/bin/GameIndex.dbf @@ -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 diff --git a/pcsx2/gui/Panels/GameFixesPanel.cpp b/pcsx2/gui/Panels/GameFixesPanel.cpp index 9c0d12c54a..fa34205a91 100644 --- a/pcsx2/gui/Panels/GameFixesPanel.cpp +++ b/pcsx2/gui/Panels/GameFixesPanel.cpp @@ -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" + ) } };