aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
authornotaz2012-01-01 17:42:30 +0200
committernotaz2012-01-01 17:42:30 +0200
commit1c72b1c2337be47ef7be2254209cc61a6407fdbb (patch)
tree5fed4149cc1c18d2814d162f0abaa453501533cb /plugins/gpu_neon/gpu.h
parent0486fdc9bd313ce2f01dafa4d3c151f40e2c729b (diff)
downloadpcsx_rearmed-1c72b1c2337be47ef7be2254209cc61a6407fdbb.tar.gz
pcsx_rearmed-1c72b1c2337be47ef7be2254209cc61a6407fdbb.tar.bz2
pcsx_rearmed-1c72b1c2337be47ef7be2254209cc61a6407fdbb.zip
gpu_neon: start calculating cycles
a bit rough (as usual) and list slots only, but better than nothing
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h2
1 files changed, 1 insertions, 1 deletions
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;