diff --git a/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp b/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp index ce980e6b..af3b3cb5 100644 --- a/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp +++ b/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp @@ -159,11 +159,11 @@ namespace ams::svc::ipc { return this->header.Get(); } - constexpr ALWAYS_INLINE bool GetCopyHandleCount() const { + constexpr ALWAYS_INLINE s32 GetCopyHandleCount() const { return this->header.Get(); } - constexpr ALWAYS_INLINE bool GetMoveHandleCount() const { + constexpr ALWAYS_INLINE s32 GetMoveHandleCount() const { return this->header.Get(); }