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; /**