X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fvout_fb.c;h=394f6a3b6bd5ee204ce24c405881d7efd493f3cb;hp=7da4ae260d9a770ed4f409aa9e41c3e9f557b4bc;hb=a3a9f519f75d195891d466f77ceb43f90e24f713;hpb=6f2ee2becb1eb33cac685594f13468cef4d09684 diff --git a/plugins/gpu_neon/vout_fb.c b/plugins/gpu_neon/vout_fb.c index 7da4ae26..394f6a3b 100644 --- a/plugins/gpu_neon/vout_fb.c +++ b/plugins/gpu_neon/vout_fb.c @@ -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