1
0
Fork 0
forked from len0rd/rockbox

[FixRed] db_commit add rb-> to plugin function

Change-Id: I9c47142c0075df47149805ec87effc6ee0b94a24
This commit is contained in:
William Wilgus 2023-10-05 22:33:01 -04:00
parent f671c3339e
commit f3baff762a

View file

@ -545,7 +545,7 @@ static void thread(void)
short x, y;
static int prev_y;
action = action_get_touchscreen_press(&x, &y);
action = rb->action_get_touchscreen_press(&x, &y);
if(action & BUTTON_REL)
prev_y = 0;