gpu_neon: keep texture bits in sync
[pcsx_rearmed.git] / plugins / gpu_neon / vout_fb.c
index 7da4ae2..394f6a3 100644 (file)
@@ -125,6 +125,8 @@ void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_)
   gpu.frameskip.advice = &cbs->fskip_advice;
   gpu.frameskip.active = 0;
   gpu.frameskip.frame_ready = 1;
+  gpu.state.hcnt = cbs->gpu_hcnt;
+  gpu.state.frame_count = cbs->gpu_frame_count;
 }
 
 // vim:shiftwidth=2:expandtab