mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:17:54 -05:00
Return an error code when connecting to a saturated port.
The error code was taken from the 3DS kernel.
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