mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
159c4ba138
commit
4375f5b8c4
|
@ -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"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue