Software: Fix function casing in SWRenderer

This commit is contained in:
Lioncash
2014-08-10 22:01:42 -04:00
parent f9f46f33d6
commit bcd10bfda6
4 changed files with 12 additions and 12 deletions

View File

@ -18,9 +18,9 @@ namespace SWRenderer
void RenderText(const char* pstr, int left, int top, u32 color);
void DrawDebugText();
u8* getNextColorTexture();
u8* getCurrentColorTexture();
void swapColorTexture();
u8* GetNextColorTexture();
u8* GetCurrentColorTexture();
void SwapColorTexture();
void UpdateColorTexture(EfbInterface::yuv422_packed *xfb, u32 fbWidth, u32 fbHeight);
void DrawTexture(u8 *texture, int width, int height);