mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
GCAdapter: Add a setting to toggle rumble
This commit is contained in:
parent
57f458fe9b
commit
ec7445d66b
5 changed files with 16 additions and 2 deletions
|
@ -116,6 +116,7 @@ struct SConfig : NonCopyable
|
|||
// Input settings
|
||||
bool m_BackgroundInput;
|
||||
bool m_GameCubeAdapter;
|
||||
bool m_AdapterRumble;
|
||||
|
||||
SysConf* m_SYSCONF;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue