Skip to content

Commit

Permalink
Added text-console note to GfxMode comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Feb 12, 2018
1 parent 13b4c74 commit ea612e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/include/switch/gfx/gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// Same as \ref RGBA8 except with alpha=0xff.
#define RGBA8_MAXALPHA(r,g,b) RGBA8(r,g,b,0xff)

/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble.
/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble. Note that the text-console (see console.h) sets this to GfxMode_TiledSingle.
typedef enum
{
GfxMode_TiledSingle, /// Single-buffering with raw tiled (block-linear) framebuffer.
Expand Down

0 comments on commit ea612e3

Please sign in to comment.