X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.c;fp=plugins%2Fgpu_neon%2Fgpu.c;h=02dd37210cc8e54cce8ae789606d709b9a3982f9;hp=a18e05ffd0d23fd2868c16701e6321420fa2f79b;hb=72e5023fade738954035199aacf4076c69c52477;hpb=b78edec75aea5e9015e11dd71f7736d7e92b347b diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c index a18e05ff..02dd3721 100644 --- a/plugins/gpu_neon/gpu.c +++ b/plugins/gpu_neon/gpu.c @@ -533,4 +533,8 @@ long GPUfreeze(uint32_t type, struct GPUFreeze *freeze) return 1; } +void GPUvBlank(int is_vblank, int lcf) +{ +} + // vim:shiftwidth=2:expandtab