diff --git a/source/hid/hid_api.cpp b/source/hid/hid_api.cpp index 7ae8f5ee..b4f47675 100644 --- a/source/hid/hid_api.cpp +++ b/source/hid/hid_api.cpp @@ -38,7 +38,7 @@ namespace sts::hid { Result EnsureHidInitialized() { if (!g_initialized_hid) { - if (!serviceIsActive(hidGetSessionService())) { + if (!serviceIsActive(hidGetServiceSession())) { if (!pm::info::HasLaunchedTitle(ncm::TitleId::Hid)) { return MAKERESULT(Module_Libnx, LibnxError_InitFail_HID); }