scroller correction + JPEG improvements

This commit is contained in:
philippe44
2020-02-27 23:05:04 -08:00
parent 876ae491a1
commit 7584b1bd5b
7 changed files with 71 additions and 43 deletions

View File

@@ -83,7 +83,7 @@ struct GDS_Device {
uint16_t Height;
uint8_t Depth;
uint8_t* Framebuffer, *Shadowbuffer;
uint8_t* Framebuffer;
uint16_t FramebufferSize;
bool Dirty;