mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 23:55:52 +00:00
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:
parent
59d6df7046
commit
ec148008d0
3 changed files with 25 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue