export frame count to gpu too
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 81a6b28..914cbff 100644 (file)
@@ -47,6 +47,7 @@ struct rearmed_cbs {
        // gpu options
        int   frameskip;
        int   fskip_advice;
+       unsigned int *gpu_frame_count;
        unsigned int *gpu_hcnt;
        struct {
                int   iUseDither;