From 5489634f40bce5925acfedd6543dac2ef8e2f8d8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 16 Aug 2015 03:12:12 +0200 Subject: [PATCH] (GX) Fix gx_frame signature --- gfx/drivers/gx_gfx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index ead38099fe..3214f2ea53 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -1031,7 +1031,8 @@ static void gx_blit_line(unsigned x, unsigned y, const char *message) } static bool gx_frame(void *data, const void *frame, - unsigned width, unsigned height, unsigned pitch, + unsigned width, unsigned height, + uint64_t frame_count, unsigned pitch, const char *msg) { char fps_txt[128] = {0};