X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=8645385d59a55a95000ca746d66ab695b14d868e;hp=e2f1d55f051b38efdc46bf08e10d16c3b76ad155;hb=6469a8c407ff23af8b7a6218f759b368eec7c339;hpb=1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index e2f1d55f..8645385d 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -24,11 +24,14 @@ extern int in_enable_vibration; extern void *pl_vout_buf; +extern int g_layer_x, g_layer_y; +extern int g_layer_w, g_layer_h; + 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); void pl_init(void); -void pl_print_hud(int w, int h, int xborder); +void pl_print_hud(int xborder); void pl_timing_prepare(int is_pal); void pl_frame_limit(void);