mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
6bc9abcceb
commit
2c4cae1bf3
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue