X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=49894afd61545b7f3a9011f058008b749c55c6ee;hp=61dc3bec89e123b4cd05bcfbc557009208336dbf;hb=e64dc4c54e96643522dc4b8c205d143c7d9b2f1d;hpb=69f0df9cbaed6620a190ac289958c5bf7c079d92 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 61dc3bec..49894afd 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -37,10 +37,18 @@ struct rearmed_cbs { void *(*pl_fbdev_set_mode)(int w, int h, int bpp); void *(*pl_fbdev_flip)(void); void (*pl_fbdev_close)(void); - int *fskip_option; + // gpu options + int frameskip; + int fskip_advice; + struct { + int iUseDither; + int dwActFixes; + float fFrameRateHz; + int dwFrameRateTicks; + } gpu_peops; }; -extern const struct rearmed_cbs pl_rearmed_cbs; +extern struct rearmed_cbs pl_rearmed_cbs; extern int pl_frame_interval;