aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/peops_if.c
diff options
context:
space:
mode:
authornotaz2012-01-08 23:30:31 +0200
committernotaz2012-01-09 01:25:16 +0200
commit05740673341dbd61b23085c8cf1303f632e44f87 (patch)
treeb6f03f12fc7d5e7b99a13b0cfd1be7c58e643ead /plugins/gpu_neon/peops_if.c
parenta805c8556900f3abca95c6b6536a9c267f8135fc (diff)
downloadpcsx_rearmed-05740673341dbd61b23085c8cf1303f632e44f87.tar.gz
pcsx_rearmed-05740673341dbd61b23085c8cf1303f632e44f87.tar.bz2
pcsx_rearmed-05740673341dbd61b23085c8cf1303f632e44f87.zip
gpu_neon: psx_gpu: try to update texture cache instead of invalidating
..mostly just in one case though, invalidate as usual otherwise
Diffstat (limited to 'plugins/gpu_neon/peops_if.c')
-rw-r--r--plugins/gpu_neon/peops_if.c2
1 files changed, 1 insertions, 1 deletions
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)
{
}