X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=43c1a5f910f4205650bdd470673a56de605a1c41;hp=c3273487e2433afdec86015ebf4fb607a98284de;hb=41f55c9fb3e682e2c424e98ec70ab6aad226f85d;hpb=2924e5711a8279228df4c03bc0a970c349e55938 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index c3273487..43c1a5f9 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -28,7 +28,7 @@ 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); +void pl_print_hud(int w, int h, int xborder); void pl_timing_prepare(int is_pal); void pl_frame_limit(void);