early-access version 2387

This commit is contained in:
pineappleEA
2022-01-12 00:42:53 +01:00
parent 65a23edcfb
commit 0744a1c7b6
6 changed files with 15 additions and 46 deletions

View File

@@ -191,6 +191,7 @@ void HidBus::IsExternalDeviceConnected(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(ResultSuccess);
rb.Push(is_attached);
return;
}
LOG_ERROR(Service_HID, "Invalid handle");