Skip to content

Commit

Permalink
PCSX2: Update gamefix tooltip.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lightningterror authored and refractionpcsx2 committed Apr 11, 2018
1 parent e27ef3c commit 0e32934
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pcsx2/gui/Panels/GameFixesPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};

Expand Down

0 comments on commit 0e32934

Please sign in to comment.