aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.c
diff options
context:
space:
mode:
authornotaz2012-01-03 20:05:54 +0200
committernotaz2012-01-03 20:05:54 +0200
commit72e5023fade738954035199aacf4076c69c52477 (patch)
tree7e6c612b6647c8a25b96c6addf941b8bc17028ef /plugins/gpu_neon/gpu.c
parentb78edec75aea5e9015e11dd71f7736d7e92b347b (diff)
downloadpcsx_rearmed-72e5023fade738954035199aacf4076c69c52477.tar.gz
pcsx_rearmed-72e5023fade738954035199aacf4076c69c52477.tar.bz2
pcsx_rearmed-72e5023fade738954035199aacf4076c69c52477.zip
bring GPUvBlank back
to be used for interlace emulation
Diffstat (limited to 'plugins/gpu_neon/gpu.c')
-rw-r--r--plugins/gpu_neon/gpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c
index a18e05f..02dd372 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