1
0
Fork 0
forked from len0rd/rockbox

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:
Torne Wuff 2010-05-20 18:45:50 +00:00
parent 4c6b94551e
commit 970b46045e

View file

@ -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: