X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=22ab285ba09b0ab7850b70a30f1ca233a63971db;hp=53389d2d1f5bde894030a92add76c8a150cac375;hb=bce6b05695beb988b607eb1dd82c27c1ed841faa;hpb=297b3d633ad25797a4f355c57964b7ce3aee6936 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 53389d2d..22ab285b 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -39,6 +39,8 @@ struct rearmed_cbs { extern const struct rearmed_cbs pl_rearmed_cbs; +extern int pl_frame_interval; + #ifndef ARRAY_SIZE #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #endif