X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu-gles%2Fgpulib_if.c;h=8cc1469d1705a37d7eb59db9dfaba56b92f0c559;hb=54604e030df86ba542633e543c5bd269b2e391bc;hp=1f4a23db423022b6329e34261e92fb352b9b8b40;hpb=ad72cb33d8ef068b92a059a774dd7871d052a707;p=pcsx_rearmed.git diff --git a/plugins/gpu-gles/gpulib_if.c b/plugins/gpu-gles/gpulib_if.c index 1f4a23db..8cc1469d 100644 --- a/plugins/gpu-gles/gpulib_if.c +++ b/plugins/gpu-gles/gpulib_if.c @@ -769,3 +769,11 @@ static void fps_update(void) DisplayText(buf, 1); } } + +void renderer_sync(void) +{ +} + +void renderer_notify_update_lace(int updated) +{ +}