X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpu_neon%2Fgpu.c;h=02dd37210cc8e54cce8ae789606d709b9a3982f9;hb=72e5023fade738954035199aacf4076c69c52477;hp=a18e05ffd0d23fd2868c16701e6321420fa2f79b;hpb=9e1462065c70531c06f40af2fa74660a27f5b410;p=pcsx_rearmed.git 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