mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 05:22:46 +02:00
svc/ipc: fix handle count accessors
This commit is contained in:
parent
262e992650
commit
2d34e1b72c
@ -159,11 +159,11 @@ namespace ams::svc::ipc {
|
||||
return this->header.Get<HasProcessId>();
|
||||
}
|
||||
|
||||
constexpr ALWAYS_INLINE bool GetCopyHandleCount() const {
|
||||
constexpr ALWAYS_INLINE s32 GetCopyHandleCount() const {
|
||||
return this->header.Get<CopyHandleCount>();
|
||||
}
|
||||
|
||||
constexpr ALWAYS_INLINE bool GetMoveHandleCount() const {
|
||||
constexpr ALWAYS_INLINE s32 GetMoveHandleCount() const {
|
||||
return this->header.Get<MoveHandleCount>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user