mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Config: Port GC Adapter settings to new config system.
This commit is contained in:
@ -151,10 +151,6 @@ struct SConfig
|
||||
|
||||
float m_EmulationSpeed;
|
||||
|
||||
// Input settings
|
||||
bool m_AdapterRumble[4];
|
||||
bool m_AdapterKonga[4];
|
||||
|
||||
SConfig(const SConfig&) = delete;
|
||||
SConfig& operator=(const SConfig&) = delete;
|
||||
SConfig(SConfig&&) = delete;
|
||||
|
Reference in New Issue
Block a user