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/unai_if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/unai_if.cpp') diff --git a/plugins/gpu_neon/unai_if.cpp b/plugins/gpu_neon/unai_if.cpp index 072993a..8917f2a 100644 --- a/plugins/gpu_neon/unai_if.cpp +++ b/plugins/gpu_neon/unai_if.cpp @@ -264,7 +264,7 @@ void renderer_sync_ecmds(uint32_t *ecmds) unai_do_prim(0xe6, &ecmds[6], 1); } -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