From 61ef5cf48ec7019f10f83017667e681ff8288509 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 26 Sep 2011 03:07:51 +0300 Subject: psxcounters: avoid update on each hsync no useful work is done on hsync, no reason to interrupt the recompiler that often, set up events as needed. --- frontend/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/plugin.c b/frontend/plugin.c index fa4cf21..853fb15 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 *); +extern void GPUvBlank(int, uint32_t *, uint32_t *); extern void GPUrearmedCallbacks(const struct rearmed_cbs *cbs); -- cgit v1.2.3