whb/gfx: Capitalise v in WHBGfxGetTVColourBuffer

All the other public whb/gfx functions capitalise DRC and TV, so do that 
here.
This commit is contained in:
Ash Logan 2020-02-10 15:12:22 +11:00
parent 78ee1c51bc
commit 1df3d9a40d
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ BOOL
WHBGfxFreeTexture(GX2Texture *texture);
GX2ColorBuffer *
WHBGfxGetTvColourBuffer();
WHBGfxGetTVColourBuffer();
GX2DepthBuffer *
WHBGfxGetTVDepthBuffer();

View File

@ -542,7 +542,7 @@ WHBGfxFinishRenderTV()
}
GX2ColorBuffer *
WHBGfxGetTvColourBuffer()
WHBGfxGetTVColourBuffer()
{
return &sTvColourBuffer;
}