OpenGL Screenshot: Fixed AA and wireframe screenshots again

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3352 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-06-07 11:51:53 +00:00
parent bb06a53e28
commit 8392d6bcd4
3 changed files with 57 additions and 5 deletions

View File

@ -229,6 +229,8 @@ void ConfigDialog::CreateGUIControls()
"Select internal resolution for the separate rendering window. This resolution also applies"
" to the fullscreen mode"
"\n\nApplies instanty during gameplay: No"));
m_MSAAModeCB->SetToolTip(wxT(
"Applies instanty during gameplay: No"));
// Enhancements
sbEnhancements = new wxStaticBoxSizer(wxVERTICAL, m_PageGeneral, wxT("Enhancements"));