X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=bc48e83afb80b639eaa1871610781532a4909377;hb=209a7eff8b4d8e347bb580c2bd3fe6402f074f9b;hp=99557da3df3c7c1d16a51f272cae3d130cadfae5;hpb=5049d472d70e9b8324a07b821c4c173f65a21402;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);