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