mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Qt: Add option to pause when controller is disconnected
This commit is contained in:
committed by
Connor McLaughlin
parent
b9d7b63b32
commit
f084e76f36
@@ -64,11 +64,11 @@ std::optional<WindowInfo> Host::GetTopLevelWindowInfo()
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
void Host::OnInputDeviceConnected(const std::string_view& identifier, const std::string_view& device_name)
|
||||
void Host::OnInputDeviceConnected(const std::string_view identifier, const std::string_view device_name)
|
||||
{
|
||||
}
|
||||
|
||||
void Host::OnInputDeviceDisconnected(const std::string_view& identifier)
|
||||
void Host::OnInputDeviceDisconnected(const InputBindingKey key, const std::string_view identifier)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user