diff --git a/libraries/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp b/libraries/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp index ce980e6b7..af3b3cb5c 100644 --- a/libraries/libvapours/include/vapours/svc/ipc/svc_message_buffer.hpp +++ b/libraries/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(); }