X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=c16f8885dcd9b2f1c3c8e1c1b00b1e6daf2aa201;hb=902972d1c7f353aebb17a5ab587b2526e1a45d60;hp=eadc2a89f0aa15d1d87ec6824ee333f29248c3ad;hpb=e9b2926437ccf6b630cf79e00ed98f7934201c20;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index eadc2a8..c16f888 100644 --- a/common/plat.h +++ b/common/plat.h @@ -10,7 +10,7 @@ void pemu_prep_defconfig(void); void pemu_validate_config(void); void pemu_loop_prep(void); void pemu_loop_end(void); -void pemu_forced_frame(int opts, int no_scale); +void pemu_forced_frame(int no_scale, int do_emu); // ..to g_menubg_src_ptr void pemu_finalize_frame(const char *fps, const char *notice_msg); void pemu_sound_start(void);