diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-10 22:01:42 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-10 22:28:18 -0400 |
| commit | bcd10bfda657d6af2d43c22de20b1d924e482b98 (patch) | |
| tree | 48e21352ca14869947a3cc74996b871e0949a31a /Source/Core/VideoBackends/Software/SWRenderer.h | |
| parent | f9f46f33d6a12f5e57e0c0a4b6d66ed3c22952e1 (diff) | |
Software: Fix function casing in SWRenderer
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWRenderer.h')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWRenderer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Software/SWRenderer.h b/Source/Core/VideoBackends/Software/SWRenderer.h index e9ac11c967..08abc1fa74 100644 --- a/Source/Core/VideoBackends/Software/SWRenderer.h +++ b/Source/Core/VideoBackends/Software/SWRenderer.h @@ -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); |
