mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Clean up code for multiple GameCube Controllers
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user