From: notaz Date: Wed, 28 Jan 2026 02:09:22 +0000 (+0200) Subject: unbreak build X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=pcsx_rearmed.git unbreak build --- diff --git a/plugins/gpu-gles/gpulib_if.c b/plugins/gpu-gles/gpulib_if.c index f172bd72..993834a3 100644 --- a/plugins/gpu-gles/gpulib_if.c +++ b/plugins/gpu-gles/gpulib_if.c @@ -682,7 +682,7 @@ int vout_finish(void) return 0; } -int vout_update(void) +int vout_update(struct psx_gpu *gpu, int src_x, int src_y) { if(PSXDisplay.Interlaced) // interlaced mode? { @@ -700,7 +700,7 @@ int vout_update(void) return 0; } -void vout_blank(void) +void vout_blank(struct psx_gpu *gpu) { }