X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=c16f8885dcd9b2f1c3c8e1c1b00b1e6daf2aa201;hb=902972d1c7f353aebb17a5ab587b2526e1a45d60;hp=bc48e83afb80b639eaa1871610781532a4909377;hpb=209a7eff8b4d8e347bb580c2bd3fe6402f074f9b;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index bc48e83..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, 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);