X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=f5c49851b79eb91c12114cf4cd3b06700575baaf;hp=7a25b817473c07e4e7b2bff563b070e40581a06a;hb=78d78c3b21fbdc32b73b9e4c9e2719a148c32356;hpb=e7267688b48c7e6619cab3dafe61212b166b389b diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 7a25b817..f5c49851 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -34,6 +34,7 @@ struct rearmed_cbs { int (*pl_fbdev_set_mode)(int w, int h, int bpp); void *(*pl_fbdev_flip)(void); void (*pl_fbdev_close)(void); + int *fskip_option; }; extern const struct rearmed_cbs pl_rearmed_cbs;