fbdev: crash on single buffering
[libpicofe.git] / common / emu.h
index 27864be..cfa3527 100644 (file)
@@ -76,6 +76,7 @@ typedef struct _currentConfig_t {
        int renderer;
        int renderer32x;
        int filter; // pandora
+       int analog_deadzone;
 } currentConfig_t;
 
 extern currentConfig_t currentConfig, defaultConfig;
@@ -145,6 +146,9 @@ void  emu_get_game_name(char *str150);
 void  emu_set_fastforward(int set_on);
 void  emu_status_msg(const char *format, ...);
 
+/* used by some (but not all) platforms */
+void  emu_cmn_forced_frame(int no_scale, int do_emu);
+
 #ifdef __cplusplus
 } // extern "C"
 #endif