From cea3018de6bc4ebd1636c44e9c795df832b2d50f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 1 Nov 2022 14:24:22 -0400 Subject: [PATCH] result: Add LibnxError_Timeout. --- nx/include/switch/result.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/result.h b/nx/include/switch/result.h index d9683c5b..8e4db849 100644 --- a/nx/include/switch/result.h +++ b/nx/include/switch/result.h @@ -125,6 +125,7 @@ enum { LibnxError_LibAppletBadExit, LibnxError_InvalidCmifOutHeader, LibnxError_ShouldNotHappen, + LibnxError_Timeout, }; /// libnx binder error codes