aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
authornotaz2012-01-03 20:05:54 +0200
committernotaz2012-01-03 20:05:54 +0200
commit72e5023fade738954035199aacf4076c69c52477 (patch)
tree7e6c612b6647c8a25b96c6addf941b8bc17028ef /frontend/plugin.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 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index a5f9830..b0cbc67 100644
--- a/frontend/plugin.c
+++ b/frontend/plugin.c
@@ -75,7 +75,7 @@ extern void GPUreadDataMem(uint32_t *, int);
extern long GPUdmaChain(uint32_t *,uint32_t);
extern void GPUupdateLace(void);
extern long GPUfreeze(uint32_t, void *);
-extern void GPUvBlank(int, uint32_t *, uint32_t *);
+extern void GPUvBlank(int, int);
extern void GPUrearmedCallbacks(const struct rearmed_cbs *cbs);
@@ -168,7 +168,7 @@ static const struct {
DIRECT_GPU(GPUwriteDataMem),
DIRECT_GPU(GPUdmaChain),
DIRECT_GPU(GPUfreeze),
-// DIRECT_GPU(GPUvBlank), // unused
+ DIRECT_GPU(GPUvBlank),
DIRECT_GPU(GPUrearmedCallbacks),
DUMMY_GPU(GPUdisplayText),