X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=common%2Fplat.h;h=bc48e83afb80b639eaa1871610781532a4909377;hb=972151fcab1443771ab1a25b53a31898d27cf037;hp=46725bf50e9bdd2c7e104cfdade8fde544ef3468;hpb=b188c2b6d0448a9c328a9dcae5ba5c8c8b5273f3;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index 46725bf..bc48e83 100644 --- a/common/plat.h +++ b/common/plat.h @@ -4,12 +4,14 @@ extern "C" { /* stuff to be implemented by platform code */ extern char cpu_clk_name[]; +extern const char *renderer_names[]; +extern const char *renderer_names32x[]; 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); @@ -35,7 +37,7 @@ void plat_video_menu_end(void); void plat_video_flip(void); void plat_video_wait_vsync(void); -void plat_video_toggle_renderer(int is_next, int force_16bpp, int is_menu); +void plat_video_toggle_renderer(int change, int menu_call); void plat_update_volume(int has_changed, int is_up);