Merge pull request #3455 from Sonicadvance1/GC_adapter_android

[Android] Add support for the Wii U Gamecube adapter under Android.
This commit is contained in:
Ryan Houdek
2016-01-06 15:07:09 -05:00
29 changed files with 950 additions and 226 deletions

View File

@ -264,8 +264,8 @@ struct SConfig : NonCopyable
// Input settings
bool m_BackgroundInput;
bool m_GameCubeAdapter;
bool m_AdapterRumble;
bool m_AdapterRumble[4];
bool m_AdapterKonga[4];
SysConf* m_SYSCONF;