X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=61dc3bec89e123b4cd05bcfbc557009208336dbf;hp=53a597f2bb279807dbd6bb3168acbc4848342326;hb=9c1517da3ec9533c8722a7a0e5bbf815dbb2909f;hpb=799b0b8773d6add1de99efd582c93701b82e970d diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 53a597f2..61dc3bec 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -27,8 +27,9 @@ void *pl_fbdev_set_mode(int w, int h, int bpp); void *pl_fbdev_flip(void); void pl_fbdev_close(void); -void pl_text_out16(int x, int y, const char *texto, ...); -void pl_start_watchdog(void); +void pl_text_out16(int x, int y, const char *texto, ...); +void pl_start_watchdog(void); +void *pl_prepare_screenshot(int *w, int *h, int *bpp); struct rearmed_cbs { void (*pl_get_layer_pos)(int *x, int *y, int *w, int *h);