forked from len0rd/rockbox
[FixRed] db_commit add rb-> to plugin function
Change-Id: I9c47142c0075df47149805ec87effc6ee0b94a24
This commit is contained in:
parent
f671c3339e
commit
f3baff762a
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ static void thread(void)
|
||||||
short x, y;
|
short x, y;
|
||||||
static int prev_y;
|
static int prev_y;
|
||||||
|
|
||||||
action = action_get_touchscreen_press(&x, &y);
|
action = rb->action_get_touchscreen_press(&x, &y);
|
||||||
|
|
||||||
if(action & BUTTON_REL)
|
if(action & BUTTON_REL)
|
||||||
prev_y = 0;
|
prev_y = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue