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=8b440215108475924eeb7b613f4bdd1924b5f86a;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);