Skip to content

Commit

Permalink
PCSX2: Add tooltip warning for Widescreen Patches.
Browse files Browse the repository at this point in the history
Close #1733
  • Loading branch information
lightningterror committed Oct 15, 2018
1 parent 21f0752 commit 06f4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/gui/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
wxEmptyString, wxITEM_CHECK);

m_menuSys.Append(MenuId_EnableWideScreenPatches, _("Enable &Widescreen Patches"),
wxEmptyString, wxITEM_CHECK);
_("Enablind Widescreen Patches may occasionally cause issues."), wxITEM_CHECK);

if(IsDebugBuild || IsDevBuild)
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),
Expand Down

2 comments on commit 06f4b77

@pgert
Copy link
Contributor

@pgert pgert commented on 06f4b77 Oct 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enablind?

@lightningterror
Copy link
Contributor Author

@lightningterror lightningterror commented on 06f4b77 Oct 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea how I didn't notice this before.

Please sign in to comment.