Should fix linux...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2410 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-01-04 20:55:47 +00:00
parent f293c2983b
commit 1298a35481
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
class pxStaticText;
class pxStaticHeading;
class pxCheckBox;
class wxSpinCtrl;
#define wxSF wxSizerFlags()

View File

@ -246,6 +246,7 @@ GSFrame::GSFrame(wxWindow* parent, const wxString& title)
label->SetName(L"OutputDisabledLabel");
label->SetFont( *new wxFont( 20, wxDEFAULT, wxNORMAL, wxBOLD ) );
label->SetForegroundColour( *wxWHITE );
label->Show( !EmuConfig.GS.DisableOutput );
m_gspanel = new GSPanel( this );