X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=4e65e2e8c7345b4a1f8fbdfb0b206971717736b2;hp=d69a0b41529aaf0bee10d18afff52bb82ac29ee4;hb=78d78c3b21fbdc32b73b9e4c9e2719a148c32356;hpb=e7267688b48c7e6619cab3dafe61212b166b389b diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index d69a0b41..4e65e2e8 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -198,11 +198,14 @@ static void pl_get_layer_pos(int *x, int *y, int *w, int *h) *h = g_layer_h; } +extern int UseFrameSkip; // hmh + const struct rearmed_cbs pl_rearmed_cbs = { pl_get_layer_pos, pl_fbdev_open, pl_fbdev_set_mode, pl_fbdev_flip, pl_fbdev_close, + &UseFrameSkip, };