Hide the "Disable GS output" option since it's currently broken.

All this commit does is hiding the option in the GUI.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5444 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2012-11-02 09:29:39 +00:00
parent 159c4ba138
commit 4375f5b8c4
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ Panels::VideoPanel::VideoPanel( wxWindow* parent ) :
m_check_DisableOutput->SetToolTip( pxEt( L"Removes any benchmark noise caused by the MTGS thread or GPU overhead. This option is best used in conjunction with savestates: save a state at an ideal scene, enable this option, and re-load the savestate.\n\nWarning: This option can be enabled on-the-fly but typically cannot be disabled on-the-fly (video will typically be garbage)."
) );
m_check_DisableOutput->Hide(); // Band-aid fix since currently broken
//GSWindowSettingsPanel* winpan = new GSWindowSettingsPanel( left );
//winpan->AddFrame(_("Display/Window"));