forked from len0rd/rockbox
Optimized the gui list code performance, including automatic frame dropping and cpu boosting when button events are getting queued. Improved scrollwheel acceleration code is needed to notice a real change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
408dfd65ad
commit
2eefb5acb8
5 changed files with 222 additions and 82 deletions
|
|
@ -123,6 +123,7 @@ extern bool queue_in_queue_send(struct event_queue *q);
|
|||
extern bool queue_empty(const struct event_queue* q);
|
||||
extern void queue_clear(struct event_queue* q);
|
||||
extern void queue_remove_from_head(struct event_queue *q, long id);
|
||||
extern int queue_count(const struct event_queue *q);
|
||||
extern int queue_broadcast(long id, intptr_t data);
|
||||
|
||||
extern void mutex_init(struct mutex *m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue