mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fix FS#11469 - make the fms update as it should
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27828 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0be2426528
commit
b5412c9440
2 changed files with 34 additions and 36 deletions
|
|
@ -114,7 +114,7 @@ void fms_skin_init(void)
|
|||
int fms_do_button_loop(bool update_screen)
|
||||
{
|
||||
int button = skin_wait_for_action(fms_skin, CONTEXT_FM,
|
||||
update_screen ? TIMEOUT_NOBLOCK : HZ);
|
||||
update_screen ? TIMEOUT_NOBLOCK : HZ/5);
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
int offset;
|
||||
if (button == ACTION_TOUCHSCREEN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue