mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
formatting cleanup
This commit is contained in:
@ -171,9 +171,6 @@ static void DeviceMatchingCallback(void* inContext, IOReturn inResult, void* inS
|
|||||||
{
|
{
|
||||||
g_controller_interface.AddDevice(std::make_shared<Joystick>(inIOHIDDeviceRef, name));
|
g_controller_interface.AddDevice(std::make_shared<Joystick>(inIOHIDDeviceRef, name));
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str());
|
NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str());
|
||||||
g_controller_interface.InvokeHotplugCallbacks();
|
g_controller_interface.InvokeHotplugCallbacks();
|
||||||
|
Reference in New Issue
Block a user