X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=eadc2a89f0aa15d1d87ec6824ee333f29248c3ad;hb=e9b2926437ccf6b630cf79e00ed98f7934201c20;hp=99557da3df3c7c1d16a51f272cae3d130cadfae5;hpb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 99557da..eadc2a8 100644 --- a/common/plat.h +++ b/common/plat.h @@ -3,7 +3,6 @@ extern "C" { #endif /* stuff to be implemented by platform code */ -extern char cpu_clk_name[]; extern const char *renderer_names[]; extern const char *renderer_names32x[]; @@ -11,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); +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);