mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Tweak new pluginlib button map for frotz to be more convenient
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c6b94551e
commit
970b46045e
1 changed files with 3 additions and 3 deletions
|
@ -122,8 +122,8 @@ void wait_for_key()
|
|||
|
||||
for (;;)
|
||||
{
|
||||
action = pluginlib_getaction(TIMEOUT_BLOCK,
|
||||
plugin_contexts, 1);
|
||||
action = pluginlib_getaction(TIMEOUT_BLOCK, plugin_contexts,
|
||||
ARRAYLEN(plugin_contexts));
|
||||
switch (action)
|
||||
{
|
||||
case PLA_EXIT:
|
||||
|
@ -171,7 +171,7 @@ zchar do_input(int timeout, bool show_cursor)
|
|||
case PLA_SELECT:
|
||||
return ZC_RETURN;
|
||||
|
||||
case PLA_SELECT_REPEAT:
|
||||
case PLA_DOWN:
|
||||
return ZC_BAD;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue