aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gfx.c b/drivers/gfx.c
index 7a27e40..c27d61a 100644
--- a/drivers/gfx.c
+++ b/drivers/gfx.c
@@ -291,7 +291,7 @@ bool gfx_init(struct vbe_info_t *vbe_mode_info)
{
gfx_clear = &gfx_clear_unpacked;
gfx_reset();
- printf("Pitch != stride * BPP, fill performance might be suboptimal!\n");
+ printf("WARNING: Internal framebuffer padding detected, support is experimental.\n");
}
else
{