mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:55:45 -04:00
Core: Add Multitap support
This commit is contained in:
@ -1384,7 +1384,7 @@ void CommonHostInterface::UpdateControllerInputMap(SettingsInterface& si)
|
||||
StopControllerRumble();
|
||||
m_controller_vibration_motors.clear();
|
||||
|
||||
for (u32 controller_index = 0; controller_index < 2; controller_index++)
|
||||
for (u32 controller_index = 0; controller_index < NUM_CONTROLLER_AND_CARD_PORTS; controller_index++)
|
||||
{
|
||||
const ControllerType ctype = g_settings.controller_types[controller_index];
|
||||
if (ctype == ControllerType::None)
|
||||
|
Reference in New Issue
Block a user