mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
e27ef3c081
commit
0e329347cf
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue