From 05740673341dbd61b23085c8cf1303f632e44f87 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 8 Jan 2012 23:30:31 +0200 Subject: gpu_neon: psx_gpu: try to update texture cache instead of invalidating ..mostly just in one case though, invalidate as usual otherwise --- plugins/gpu_neon/peops_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/peops_if.c') diff --git a/plugins/gpu_neon/peops_if.c b/plugins/gpu_neon/peops_if.c index 2e967f2..191fce1 100644 --- a/plugins/gpu_neon/peops_if.c +++ b/plugins/gpu_neon/peops_if.c @@ -377,7 +377,7 @@ void renderer_sync_ecmds(uint32_t *ecmds) cmdSTP((unsigned char *)&ecmds[6]); } -void renderer_invalidate_caches(int x, int y, int w, int h) +void renderer_update_caches(int x, int y, int w, int h) { } -- cgit v1.2.3