giz menu works
[picodrive.git] / platform / gizmondo / menu.h
CommitLineData
e5f426aa 1// (c) Copyright 2006,2007 notaz, All rights reserved.\r
2// Free for non-commercial use.\r
3\r
4// For commercial use, separate licencing terms must be obtained.\r
5\r
6extern char menuErrorMsg[40];\r
7\r
8void menu_init(void);\r
9void text_out16(int x, int y, const char *texto, ...);\r
10void menu_loop(void);\r
11int menu_loop_tray(void);\r
12void menu_romload_prepare(const char *rom_name);\r
13void menu_romload_end(void);\r
14\r
15// TODO: add more?\r
16#define CONFIGURABLE_KEYS \\r
17 (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \\r
18 BTN_L|BTN_R)\r
19\r