mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Updated comment for the GfxMode used by console.
This commit is contained in:
parent
2022d545dc
commit
3d0ae50a89
@ -14,7 +14,7 @@
|
|||||||
/// Same as \ref RGBA8 except with alpha=0xff.
|
/// Same as \ref RGBA8 except with alpha=0xff.
|
||||||
#define RGBA8_MAXALPHA(r,g,b) RGBA8(r,g,b,0xff)
|
#define RGBA8_MAXALPHA(r,g,b) RGBA8(r,g,b,0xff)
|
||||||
|
|
||||||
/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble. Note that the text-console (see console.h) sets this to GfxMode_TiledSingle.
|
/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble. Note that the text-console (see console.h) sets this to GfxMode_TiledDouble.
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GfxMode_TiledSingle, ///< Single-buffering with raw tiled (block-linear) framebuffer.
|
GfxMode_TiledSingle, ///< Single-buffering with raw tiled (block-linear) framebuffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user