From 657c7bee5cb874c17716d3597969a4cba26e2769 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 19:12:09 +0100 Subject: Create define ARM_ARCH_BLENDING_OPTS - so that we can optionally compile in the ARM ASM blend file --- video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.h') diff --git a/video.h b/video.h index 3337f1d..df95fcd 100644 --- a/video.h +++ b/video.h @@ -20,7 +20,7 @@ #ifndef VIDEO_H #define VIDEO_H -void update_scanline(); +void update_scanline(void); void video_write_savestate(void); void video_read_savestate(void); -- cgit v1.2.3