From: profi200 Date: Tue, 11 Nov 2014 14:07:23 +0000 (+0100) Subject: Little fix X-Git-Tag: v0.2.0~58^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=aa2b5d146418cd874e83daa0be4ba7e78dcdaf28;p=corbenik%2Fctrulib.git Little fix --- diff --git a/libctru/include/3ds/gfx.h b/libctru/include/3ds/gfx.h index 83944d7..7953ca6 100644 --- a/libctru/include/3ds/gfx.h +++ b/libctru/include/3ds/gfx.h @@ -29,6 +29,6 @@ u8* gfxGetFramebuffer(gfxScreen_t screen, gfx3dSide_t side, u16* width, u16* hei //global variables extern u8* gfxTopLeftFramebuffers[2]; -extern u8* gfxSubFramebuffers[2]; +extern u8* gfxTopRightFramebuffers[2]; extern u8* gfxBottomFramebuffers[2]; extern u32* gxCmdBuf;