From 1c72b1c2337be47ef7be2254209cc61a6407fdbb Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 1 Jan 2012 17:42:30 +0200 Subject: gpu_neon: start calculating cycles a bit rough (as usual) and list slots only, but better than nothing --- plugins/gpu_neon/gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/gpu.h') diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index c761bd6..227aaaa 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -68,7 +68,7 @@ struct psx_gpu { uint32_t *hcnt; /* hsync count */ struct { uint32_t addr; - uint32_t words; + uint32_t cycles; uint32_t frame; uint32_t hcnt; } last_list; -- cgit v1.2.3