giz renderers and stuff
[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
e5f426aa 6void menu_init(void);\r
7void text_out16(int x, int y, const char *texto, ...);\r
8void menu_loop(void);\r
9int menu_loop_tray(void);\r
10void menu_romload_prepare(const char *rom_name);\r
11void menu_romload_end(void);\r
12\r
9839d126 13\r
e5f426aa 14#define CONFIGURABLE_KEYS \\r
15 (BTN_UP|BTN_DOWN|BTN_LEFT|BTN_RIGHT|BTN_STOP|BTN_PLAY|BTN_FWD|BTN_REW| \\r
9839d126 16 BTN_L|BTN_R|BTN_VOLUME|BTN_BRIGHTNESS|BTN_ALARM)\r
e5f426aa 17\r