X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=cfa3527a4e52bbcfcb5d52111db969910b95a2cb;hb=df77913a462b8dee9afbe6e059b3a30fbfbe9f5b;hp=27864bec6f439330abcab115e1ac5f5243598d64;hpb=b6072c177f57cdcb32cfd5eee53b7c178f89c5d3;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index 27864be..cfa3527 100644 --- a/common/emu.h +++ b/common/emu.h @@ -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