export frame count to gpu too
[pcsx_rearmed.git] / plugins / gpu_neon / gpu.h
index 5ededcb..7269a52 100644 (file)
@@ -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;