diff --git a/libctru/include/3ds/console.h b/libctru/include/3ds/console.h index f635986..05aef1a 100644 --- a/libctru/include/3ds/console.h +++ b/libctru/include/3ds/console.h @@ -1,19 +1,16 @@ -/*! \file console.h - \brief 3ds stdio support. - -
-PrintConsole defaultConsole = -{ - //Font: - { - (u8*)default_font_bin, //font gfx - 0, //first ascii character in the set - 128, //number of characters in the font set - }, - 0,0, //cursorX cursorY - 0,0, //prevcursorX prevcursorY - 40, //console width - 30, //console height - 0, //window x - 0, //window y - 32, //window width - 24, //window height - 3, //tab size - 0, //font character offset - 0, //print callback - false //console initialized -}; -
+ * PrintConsole defaultConsole = + * { + * //Font: + * { + * (u8*)default_font_bin, //font gfx + * 0, //first ascii character in the set + * 128, //number of characters in the font set + * }, + * 0,0, //cursorX cursorY + * 0,0, //prevcursorX prevcursorY + * 40, //console width + * 30, //console height + * 0, //window x + * 0, //window y + * 32, //window width + * 24, //window height + * 3, //tab size + * 0, //font character offset + * 0, //print callback + * false //console initialized + * }; + *