ROM load progress bar
[picodrive.git] / platform / gp2x / menu.h
index 87c51b5..8c9e29b 100644 (file)
@@ -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);\r
 void menu_loop(void);\r
 int  menu_loop_tray(void);\r
+void menu_romload_prepare(const char *rom_name);\r
+void menu_romload_end(void);\r
 \r
 #define CONFIGURABLE_KEYS \\r
        (GP2X_UP|GP2X_DOWN|GP2X_LEFT|GP2X_RIGHT|GP2X_A|GP2X_B|GP2X_X|GP2X_Y| \\r