From 3ece2f0c51ef6b679cd5765900b567ef47dde1e8 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 6 Dec 2011 01:19:35 +0200 Subject: export frame count to gpu too --- plugins/gpu_neon/gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/gpu_neon/gpu.h') diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 5ededcb..7269a52 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -64,8 +64,8 @@ struct psx_gpu { uint32_t zero; struct { uint32_t fb_dirty:1; - uint32_t frame_count; - uint32_t *hcnt; + uint32_t *frame_count; + uint32_t *hcnt; /* hsync count */ struct { uint32_t addr; uint32_t words; -- cgit v1.2.3