rosalina: put screenshot loop inside same TU

This commit is contained in:
TuxSH
2020-05-08 18:19:17 +01:00
parent 1875556f81
commit 49c8888948
3 changed files with 11 additions and 8 deletions

View File

@@ -97,4 +97,4 @@ void Draw_FlushFramebuffer(void);
u32 Draw_GetCurrentFramebufferAddress(bool top, bool left);
void Draw_CreateBitmapHeader(u8 *dst, u32 width, u32 heigth);
void Draw_ConvertFrameBufferLine(u8 *line, bool top, bool left, u32 y);
void Draw_ConvertFrameBufferLines(u8 *buf, u32 startingLine, u32 numLines, bool top, bool left);