Halve the time necessary to take a screenshot

This commit is contained in:
TuxSH
2017-06-20 16:14:36 +02:00
parent 3f93bc5988
commit 94532e9cea
3 changed files with 42 additions and 32 deletions

View File

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