mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:05:46 -04:00
Qt: Add option to pause when controller is disconnected
This commit is contained in:
@ -442,7 +442,7 @@ void Host::OnInputDeviceConnected(std::string_view identifier, std::string_view
|
||||
// noop
|
||||
}
|
||||
|
||||
void Host::OnInputDeviceDisconnected(std::string_view identifier)
|
||||
void Host::OnInputDeviceDisconnected(InputBindingKey key, std::string_view identifier)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
Reference in New Issue
Block a user