Let solitaire save its settings when performing shutdown from inside the game or menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-08-10 22:48:55 +00:00
parent 6bc9abcceb
commit 2c4cae1bf3
2 changed files with 4 additions and 1 deletions

View file

@ -112,9 +112,9 @@ int menu_show(int m)
case ACTION_STD_OK:
return rb->gui_synclist_get_sel_pos(&(menus[m].synclist));
case ACTION_STD_CANCEL:
case ACTION_STD_MENU:
case SYS_POWEROFF:
exit = true;
break;