Clean up code for multiple GameCube Controllers

Conflicts:

	Source/Core/DolphinWX/Src/Frame.cpp
	Source/Core/DolphinWX/Src/FrameTools.cpp
This commit is contained in:
Braden
2012-11-11 16:38:01 -06:00
committed by Rachel Bryk
parent 59d6df7046
commit ec148008d0
3 changed files with 25 additions and 57 deletions

View File

@ -110,10 +110,7 @@ public:
CCodeWindow* g_pCodeWindow;
NetPlaySetupDiag* g_NetPlaySetupDiag;
wxCheatsWindow* g_CheatsWindow;
TASInputDlg* g_TASInputDlg;
TASInputDlg* g_TASInputDlg1;
TASInputDlg* g_TASInputDlg2;
TASInputDlg* g_TASInputDlg3;
TASInputDlg* g_TASInputDlg[4];
void InitBitmaps();
void DoPause();