X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.h;h=c9be9f2372fffe5ad20898c50d816ea47d46516c;hb=9bb5d91c48b50da466aa553db65c9f9b2a0b1e8d;hp=d3e49b2339caf1b8884a4bfa9eb0c031be997397;hpb=db1d3564e69b422518701926bffdeae05379c400;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index d3e49b2..c9be9f2 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -154,16 +154,19 @@ typedef struct extern me_bind_action me_ctrl_actions[15]; extern me_bind_action emuctrl_actions[]; // platform code +extern void *g_menubg_ptr; + void menu_init(void); void menu_plat_setup(int is_wiz); void text_out16(int x, int y, const char *texto, ...); void me_update_msg(const char *msg); +void menu_romload_prepare(const char *rom_name); +void menu_romload_end(void); + void menu_loop(void); int menu_loop_tray(void); menu_entry *me_list_get_first(void); menu_entry *me_list_get_next(void); -void menu_darken_bg(void *dst, int pixels, int darker); -