From f7534df1cdb6282cedf5a0c69b9cccda1213645d Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 20 Mar 2024 01:38:30 +0100 Subject: FIX New cairo GPU drawing - just for fun & history - numbers are bogos --- includes/guibench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/guibench.h b/includes/guibench.h index 16f34218..da223452 100644 --- a/includes/guibench.h +++ b/includes/guibench.h @@ -19,6 +19,6 @@ #ifndef __GUIBENCH_H__ #define __GUIBENCH_H__ -double guibench(void); +double guibench(double *frameTime, int *frameCount); -#endif /* __GUIBENCH_H__ */ \ No newline at end of file +#endif /* __GUIBENCH_H__ */ -- cgit v1.2.3