From bd04667eda58ef6da99c11fe5a8146fcf5db8b06 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 3 Dec 2019 13:13:32 -0500 Subject: [PATCH] Added LibnxError_ShouldNotHappen. --- 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 c0d47a07..d9683c5b 100644 --- a/nx/include/switch/result.h +++ b/nx/include/switch/result.h @@ -124,6 +124,7 @@ enum { LibnxError_NvbufFailedToInitialize, LibnxError_LibAppletBadExit, LibnxError_InvalidCmifOutHeader, + LibnxError_ShouldNotHappen, }; /// libnx binder error codes