AnalogController: Show controller number in OSD messages
This commit is contained in:
@ -787,7 +787,7 @@ void System::UpdateControllers()
|
||||
const ControllerType type = settings.controller_types[i];
|
||||
if (type != ControllerType::None)
|
||||
{
|
||||
std::unique_ptr<Controller> controller = Controller::Create(this, type);
|
||||
std::unique_ptr<Controller> controller = Controller::Create(this, type, i);
|
||||
if (controller)
|
||||
m_pad->SetController(i, std::move(controller));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user