mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-30 18:09:29 +02:00
bring pandora to buildable state. Some cleanups and fixes along the way.
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@650 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -257,8 +257,8 @@ int in_update_keycode(int *dev_id_out, int *is_down_out, int timeout_ms)
|
||||
int result = -1, dev_id = 0, is_down, result_menu;
|
||||
int fds_hnds[IN_MAX_DEVS];
|
||||
int i, ret, count = 0;
|
||||
in_drv_t *drv = NULL;
|
||||
unsigned int ticks;
|
||||
in_drv_t *drv;
|
||||
|
||||
if (in_have_async_devs) {
|
||||
result = in_update_kc_async(&dev_id, &is_down, timeout_ms);
|
||||
|
||||
@@ -156,6 +156,9 @@ void menu_init(void);
|
||||
void text_out16(int x, int y, const char *texto, ...);
|
||||
void me_update_msg(const char *msg);
|
||||
|
||||
void menu_loop(void);
|
||||
int menu_loop_tray(void);
|
||||
|
||||
menu_entry *me_list_get_first(void);
|
||||
menu_entry *me_list_get_next(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user