We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381781b commit 48cef00Copy full SHA for 48cef00
1 file changed
libctru/include/3ds/console.h
@@ -117,7 +117,7 @@ typedef struct PrintConsole
117
#define CONSOLE_COLOR_FG_BRIGHT (1<<11) ///< Bright foreground color
118
#define CONSOLE_COLOR_BG_BRIGHT (1<<12) ///< Bright background color
119
120
-/// Console debug devices supported by libnds.
+/// Console debug devices supported by libctru.
121
typedef enum {
122
debugDevice_NULL, ///< Swallows prints to stderr
123
debugDevice_SVC, ///< Outputs stderr debug statements using svcOutputDebugString, which can then be captured by interactive debuggers
0 commit comments