mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Software: Fix function casing in SWRenderer
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user