From 76f7048eff4f5357df048268e40b5bc6b9387fe5 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 11 Aug 2011 18:26:28 +0300 Subject: frontend: refactor plugin_lib for maemo should give them proper frame limiter, frameskip and also lightgun support, maybe. --- plugins/dfxvideo/gpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/dfxvideo/gpu.h') diff --git a/plugins/dfxvideo/gpu.h b/plugins/dfxvideo/gpu.h index 6ac6d3e..9ee5f3e 100644 --- a/plugins/dfxvideo/gpu.h +++ b/plugins/dfxvideo/gpu.h @@ -314,4 +314,7 @@ void DoClearFrontBuffer(void); unsigned long ulInitDisplay(void); void CloseDisplay(void); +struct rearmed_cbs; +extern const struct rearmed_cbs *rcbs; + #endif -- cgit v1.2.3