mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
result: Add LibnxError_Timeout.
This commit is contained in:
parent
5ca15e7696
commit
cea3018de6
@ -125,6 +125,7 @@ enum {
|
|||||||
LibnxError_LibAppletBadExit,
|
LibnxError_LibAppletBadExit,
|
||||||
LibnxError_InvalidCmifOutHeader,
|
LibnxError_InvalidCmifOutHeader,
|
||||||
LibnxError_ShouldNotHappen,
|
LibnxError_ShouldNotHappen,
|
||||||
|
LibnxError_Timeout,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// libnx binder error codes
|
/// libnx binder error codes
|
||||||
|
Loading…
Reference in New Issue
Block a user