X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=6b01cea3bee3309c0ae345be94a733316959d7fc;hp=22ab285ba09b0ab7850b70a30f1ca233a63971db;hb=7c0f51de89955f60f5c7304ab8c4a8f8e9b7f185;hpb=76739a0818a86aa9f74715d2d07173cfc9854ac0 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 22ab285b..6b01cea3 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -27,6 +27,7 @@ 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); struct rearmed_cbs { void (*pl_get_layer_pos)(int *x, int *y, int *w, int *h);