mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
[Android] Make texture loading/deleting/drawing backend non-specific by making them happen in the backend instead of somewhere else. Just a clean up commit really.
This commit is contained in:
parent
0219049c03
commit
831963616f
9 changed files with 83 additions and 47 deletions
|
@ -16,6 +16,7 @@ namespace SWRenderer
|
|||
void RenderText(const char* pstr, int left, int top, u32 color);
|
||||
void DrawDebugText();
|
||||
|
||||
void DrawButton(int texId, float *coords);
|
||||
void DrawTexture(u8 *texture, int width, int height);
|
||||
|
||||
void SwapBuffer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue