move CD tray handling out of emu loop

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@743 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-08-10 12:11:33 +00:00
parent c5c73e2fe4
commit d687ef5041
7 changed files with 24 additions and 14 deletions

View file

@ -1985,8 +1985,7 @@ static int mh_tray_nothing(menu_id id, int keys)
static menu_entry e_menu_tray[] =
{
mee_label ("The unit is about to"),
mee_label ("close the CD tray."),
mee_label ("The CD tray has opened."),
mee_label (""),
mee_label (""),
mee_handler("Load CD image", mh_tray_load_cd),