PCSX2: Update gamefix tooltip.

Remove mention of Crash Tag Team Racing from VU I bit gamefix tooltip.
Not needed since the gamefix has been removed for the game as it causes
more issues.
This commit is contained in:
lightningterror 2018-04-11 19:20:31 +02:00 committed by refractionpcsx2
parent e27ef3c081
commit 0e329347cf
1 changed files with 2 additions and 3 deletions

View File

@ -105,9 +105,8 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
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"
)
_("VU I bit Hack avoid constant recompilation (Scarface The World Is Yours)"),
wxEmptyString
}
};