X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=c16f8885dcd9b2f1c3c8e1c1b00b1e6daf2aa201;hb=4c918681a2e9c947c4a14872810cb5881d52865a;hp=99557da3df3c7c1d16a51f272cae3d130cadfae5;hpb=0c9ae59222a6fa9af18dcc072fdfb06cfca124d6;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 99557da..c16f888 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 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);