gpu_neon: do list resubmit detection
[pcsx_rearmed.git] / plugins / gpu_neon / gpu.h
index 2b661e6..aa0eb7b 100644 (file)
@@ -61,6 +61,14 @@ struct psx_gpu {
   uint32_t zero;
   struct {
     uint32_t fb_dirty:1;
+    uint32_t frame_count;
+    uint32_t *hcnt;
+    struct {
+      uint32_t addr;
+      uint32_t words;
+      uint32_t frame;
+      uint32_t hcnt;
+    } last_list;
   } state;
   struct {
     uint32_t enabled:1;