diff options
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 18fb1d62c..72a050de2 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp | |||
| @@ -323,8 +323,7 @@ void Hid::GetXpadIDs(Kernel::HLERequestContext& ctx) { | |||
| 323 | IPC::RequestParser rp{ctx}; | 323 | IPC::RequestParser rp{ctx}; |
| 324 | const auto applet_resource_user_id{rp.Pop<u64>()}; | 324 | const auto applet_resource_user_id{rp.Pop<u64>()}; |
| 325 | 325 | ||
| 326 | LOG_DEBUG(Service_HID, "(STUBBED) called, applet_resource_user_id={}", | 326 | LOG_DEBUG(Service_HID, "(STUBBED) called, applet_resource_user_id={}", applet_resource_user_id); |
| 327 | applet_resource_user_id); | ||
| 328 | 327 | ||
| 329 | IPC::ResponseBuilder rb{ctx, 3}; | 328 | IPC::ResponseBuilder rb{ctx, 3}; |
| 330 | rb.Push(RESULT_SUCCESS); | 329 | rb.Push(RESULT_SUCCESS); |