mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 17:55:45 -04:00
AnalogController: Show controller number in OSD messages
This commit is contained in:
@ -50,7 +50,7 @@ bool Pad::DoState(StateWrapper& sw)
|
||||
|
||||
m_controllers[i].reset();
|
||||
if (state_controller_type != ControllerType::None)
|
||||
m_controllers[i] = Controller::Create(m_system, state_controller_type);
|
||||
m_controllers[i] = Controller::Create(m_system, state_controller_type, i);
|
||||
}
|
||||
|
||||
if (m_controllers[i])
|
||||
|
Reference in New Issue
Block a user