From 564a388abd049cf4f54606a7b118f922d617afd6 Mon Sep 17 00:00:00 2001 From: xem Date: Wed, 26 Nov 2014 09:01:25 +0100 Subject: [PATCH] framebuffer ids --- libctru/source/gfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/source/gfx.c b/libctru/source/gfx.c index b9e7abd..a4cff60 100644 --- a/libctru/source/gfx.c +++ b/libctru/source/gfx.c @@ -29,7 +29,7 @@ void gfxSet3D(bool enable) /** * Set framebuffer information for a screen * @param screen: 0 (GFX_TOP) / 1 (GFX_BOTTOM) - * @param id: framebuffer to use + * @param id: id of the framebuffer to use (0 / 1) */ void gfxSetFramebufferInfo(gfxScreen_t screen, u8 id) { @@ -58,7 +58,7 @@ void gfxSetFramebufferInfo(gfxScreen_t screen, u8 id) /** * Write a screen's framebuffer information * @param screen: 0 (GFX_TOP) / 1 (GFX_BOTTOM) - * @param id: framebuffer to use + * @param id: id of the framebuffer to use (0 / 1) */ void gfxWriteFramebufferInfo(gfxScreen_t screen) {