diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 22f6bc5730..af3a9e78d0 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -30,7 +30,7 @@ #if defined(HAVE_VIDEOCORE) #include "include/userland/interface/vmcs_host/vc_vchi_gencmd.h" -static void crt_rpi_switch(int width, int height, float hz); +static void crt_rpi_switch(int width, int height, float hz, int xoffset); #endif static unsigned ra_core_width = 0;