X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=c16f8885dcd9b2f1c3c8e1c1b00b1e6daf2aa201;hb=74065be8cdfbcccb7e12d7e19f0a7cb35538db06;hp=eadc2a89f0aa15d1d87ec6824ee333f29248c3ad;hpb=b6072c177f57cdcb32cfd5eee53b7c178f89c5d3;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);