mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:47:52 -05:00
Merge pull request #2249 from Subv/sessions_v3
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
This commit is contained in:
@ -18,6 +18,7 @@ enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
MaxConnectionsReached = 52,
|
||||
WrongAddress = 53,
|
||||
FS_ArchiveNotMounted = 101,
|
||||
FS_FileNotFound = 112,
|
||||
|
Reference in New Issue
Block a user