X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fgp2x%2Fmenu.h;h=8c9e29b3f4bedf62219903ab83da1f949d5f15ef;hb=a9b3ffd3cce011d42652d22f15a4a13dff29b0d7;hp=727f46ad200a150ea94a78e5eab49c1ea2ccad90;hpb=76276b0bc0b532394d1ba067bf2b17a27b0b3be6;p=picodrive.git diff --git a/platform/gp2x/menu.h b/platform/gp2x/menu.h index 727f46a..8c9e29b 100644 --- a/platform/gp2x/menu.h +++ b/platform/gp2x/menu.h @@ -9,6 +9,9 @@ void gp2x_text_out8 (int x, int y, const char *texto, ...); 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| \