aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authornotaz2011-01-20 01:29:38 +0200
committernotaz2011-01-24 00:38:48 +0200
commit7c0f51de89955f60f5c7304ab8c4a8f8e9b7f185 (patch)
tree5fddce2bd6fb2d30751eb8988a69da3d8f6eae0b /frontend/plugin_lib.h
parent76739a0818a86aa9f74715d2d07173cfc9854ac0 (diff)
downloadpcsx_rearmed-7c0f51de89955f60f5c7304ab8c4a8f8e9b7f185.tar.gz
pcsx_rearmed-7c0f51de89955f60f5c7304ab8c4a8f8e9b7f185.tar.bz2
pcsx_rearmed-7c0f51de89955f60f5c7304ab8c4a8f8e9b7f185.zip
add watchdog thread to detect lockups
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 22ab285..6b01cea 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);