GCAdapter: Add a setting to toggle rumble

This commit is contained in:
mathieui 2015-04-27 00:42:12 +02:00
parent 57f458fe9b
commit ec7445d66b
5 changed files with 16 additions and 2 deletions

View file

@ -116,6 +116,7 @@ struct SConfig : NonCopyable
// Input settings
bool m_BackgroundInput;
bool m_GameCubeAdapter;
bool m_AdapterRumble;
SysConf* m_SYSCONF;