X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=22ab285ba09b0ab7850b70a30f1ca233a63971db;hb=76739a0818a86aa9f74715d2d07173cfc9854ac0;hp=53389d2d1f5bde894030a92add76c8a150cac375;hpb=297b3d633ad25797a4f355c57964b7ce3aee6936;p=pcsx_rearmed.git 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