diff options
Diffstat (limited to 'src/core/hle/kernel/session.h')
| -rw-r--r-- | src/core/hle/kernel/session.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/kernel/session.h b/src/core/hle/kernel/session.h index 6ddaf970e..26b086f87 100644 --- a/src/core/hle/kernel/session.h +++ b/src/core/hle/kernel/session.h | |||
| @@ -32,6 +32,10 @@ constexpr u32 CallingPidDesc() { | |||
| 32 | return 0x20; | 32 | return 0x20; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | constexpr u32 TransferHandleDesc() { | ||
| 36 | return 0x20; | ||
| 37 | } | ||
| 38 | |||
| 35 | constexpr u32 StaticBufferDesc(u32 size, unsigned int buffer_id) { | 39 | constexpr u32 StaticBufferDesc(u32 size, unsigned int buffer_id) { |
| 36 | return 0x2 | (size << 14) | ((buffer_id & 0xF) << 10); | 40 | return 0x2 | (size << 14) | ((buffer_id & 0xF) << 10); |
| 37 | } | 41 | } |