forked from len0rd/rockbox
fix for r22171 for pacbox. make "Quit" item quit the plugin again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22186 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a26ea3f67a
commit
c3aec89bec
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ static bool pacbox_menu(void)
|
|||
restart game
|
||||
usb connected
|
||||
*/
|
||||
return (result==6);
|
||||
return (result==7);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue