X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.h;h=8c9e29b3f4bedf62219903ab83da1f949d5f15ef;hb=b9f8cb3d6d8d0b5965fab83a27fc356a56442ddb;hp=87c51b542294eee1841058e5e56d34b72aeac3de;hpb=95151aea9d153b3a4a546da74fa338509b9b2db9;p=libpicofe.git diff --git a/gp2x/menu.h b/gp2x/menu.h index 87c51b5..8c9e29b 100644 --- a/gp2x/menu.h +++ b/gp2x/menu.h @@ -10,6 +10,8 @@ void gp2x_text_out15 (int x, int y, const char *text); void gp2x_text_out8_2(int x, int y, const char *texto, int color); void menu_loop(void); int menu_loop_tray(void); +void menu_romload_prepare(const char *rom_name); +void menu_romload_end(void); #define CONFIGURABLE_KEYS \ (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \