X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;fp=platform%2Fcommon%2Femu.h;h=cfa3527a4e52bbcfcb5d52111db969910b95a2cb;hb=a4edca53b489370b0814a74579acbcc183578355;hp=be3e5bfe938e42f3e7d5647bd3938f5a5b12e59a;hpb=d40231e29a3e492b19612d7b6e9c7b9c2f9885a9;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index be3e5bf..cfa3527 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -146,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