From f47e1d26ec03e54b914dfc95c5a0061e8ff1ae5b Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 21 May 2021 23:03:54 +0200 Subject: [PATCH] Remove obsolete reference to 3dmoo carried over from libctru --- nx/include/switch/runtime/devices/console.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/include/switch/runtime/devices/console.h b/nx/include/switch/runtime/devices/console.h index a9867c50..7bb7c611 100644 --- a/nx/include/switch/runtime/devices/console.h +++ b/nx/include/switch/runtime/devices/console.h @@ -125,7 +125,6 @@ typedef enum { debugDevice_NULL, ///< Swallows prints to stderr debugDevice_SVC, ///< Outputs stderr debug statements using svcOutputDebugString, which can then be captured by interactive debuggers debugDevice_CONSOLE, ///< Directs stderr debug statements to Switch console window - debugDevice_3DMOO = debugDevice_SVC, } debugDevice; /**