os: implement 11.x SdkReplyAndReceive
This commit is contained in:
@@ -37,4 +37,8 @@ namespace ams::os {
|
||||
R_DEFINE_ERROR_RESULT(OutOfTransferMemory, 505);
|
||||
R_DEFINE_ERROR_RESULT(OutOfAddressSpace, 506);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(SessionClosedForReceive, 510);
|
||||
R_DEFINE_ERROR_RESULT(SessionClosedForReply, 511);
|
||||
R_DEFINE_ERROR_RESULT(ReceiveListBroken, 512);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user