X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.h;h=5f7db7b533d48d701c816cae4de51a755e1932f5;hb=71f68165b6e50f58ddbc6e98a38c7dd4968ccca2;hp=d3e49b2339caf1b8884a4bfa9eb0c031be997397;hpb=db1d3564e69b422518701926bffdeae05379c400;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index d3e49b2..5f7db7b 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -159,6 +159,9 @@ 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);