X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=bc48e83afb80b639eaa1871610781532a4909377;hb=972151fcab1443771ab1a25b53a31898d27cf037;hp=99557da3df3c7c1d16a51f272cae3d130cadfae5;hpb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 99557da..bc48e83 100644 --- a/common/plat.h +++ b/common/plat.h @@ -11,7 +11,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); +void pemu_forced_frame(int opts, int no_scale); void pemu_finalize_frame(const char *fps, const char *notice_msg); void pemu_sound_start(void);