Fix framebuffer address calculations by using Pitch and BytesPerPixel

This commit is contained in:
2025-09-02 12:42:06 +02:00
parent 6ee7243e04
commit e23a4c71a2
2 changed files with 21 additions and 16 deletions

View File

@@ -376,6 +376,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
UINT Height;
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT BytesPerPixel;
UINT Pitch;
PVOID Font;
struct