Skip to content

Commit

Permalink
Fixed formatting for GfxMode docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Feb 13, 2018
1 parent e8683f8 commit 7fa0397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nx/include/switch/gfx/gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 7fa0397

Please sign in to comment.