From 0091053065c9e86a1a624d6b166f7482ebb45d9d Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 28 Jan 2026 04:09:22 +0200 Subject: [PATCH] unbreak build --- plugins/gpu-gles/gpulib_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { } -- 2.47.3