Clean up code for multiple GameCube Controllers

This commit is contained in:
Braden
2012-11-11 16:38:01 -06:00
parent 00df449f89
commit ee3848d5ba
3 changed files with 22 additions and 53 deletions

View File

@ -120,10 +120,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();