diff --git a/nx/include/switch/services/sm.h b/nx/include/switch/services/sm.h index 6a5c30e4..058afc92 100644 --- a/nx/include/switch/services/sm.h +++ b/nx/include/switch/services/sm.h @@ -17,7 +17,7 @@ static inline bool serviceIsActive(Service* s) { return s->type != ServiceType_Uninitialized; } -static inline bool serviceIpcDispatch(Service* s) { +static inline Result serviceIpcDispatch(Service* s) { return ipcDispatch(s->handle); }