mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fixed formatting for GfxMode docs.
This commit is contained in:
parent
e8683f8709
commit
7fa0397c16
@ -17,9 +17,9 @@
|
||||
/// 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.
|
||||
GfxMode_TiledDouble, /// Double-buffering with raw tiled (block-linear) framebuffer.
|
||||
GfxMode_LinearDouble /// Double-buffering with linear framebuffer, which is transferred to the actual framebuffer by \ref gfxFlushBuffers().
|
||||
GfxMode_TiledSingle, ///< Single-buffering with raw tiled (block-linear) framebuffer.
|
||||
GfxMode_TiledDouble, ///< Double-buffering with raw tiled (block-linear) framebuffer.
|
||||
GfxMode_LinearDouble ///< Double-buffering with linear framebuffer, which is transferred to the actual framebuffer by \ref gfxFlushBuffers().
|
||||
} GfxMode;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user