Add gxCmdBuf to headers

This commit is contained in:
fincs 2014-11-08 23:21:41 +01:00
parent fab8bc25eb
commit abc3530f57
2 changed files with 1 additions and 2 deletions

View File

@ -31,3 +31,4 @@ u8* gfxGetFramebuffer(gfxScreen_t screen, gfx3dSide_t side, u16* width, u16* hei
extern u8* gfxTopLeftFramebuffers[2];
extern u8* gfxSubFramebuffers[2];
extern u8* gfxBottomFramebuffers[2];
extern u32* gxCmdBuf;

View File

@ -10,8 +10,6 @@ u32* gpuCmdBuf;
u32 gpuCmdBufSize;
u32 gpuCmdBufOffset;
extern Handle gspEvent;
void GPU_Init(Handle *gsphandle)
{
gpuCmdBuf=NULL;