mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
svc/ipc: fix handle count accessors
This commit is contained in:
parent
84d8634938
commit
a4e3eae4b6
@ -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…
x
Reference in New Issue
Block a user