forked from len0rd/rockbox
plugins: multiboot_select: Support touchscreen pointing mode
The plugin is menu based, so it should respect the global setting. Change-Id: Ibfca63c919baa508d1253328c49c6b18f9e815f6
This commit is contained in:
parent
306caa2754
commit
591a83a089
1 changed files with 4 additions and 0 deletions
|
@ -346,6 +346,10 @@ enum plugin_status plugin_start(const void* param)
|
||||||
{
|
{
|
||||||
(void)param;
|
(void)param;
|
||||||
|
|
||||||
|
#ifdef HAVE_TOUCHSCREEN
|
||||||
|
rb->touchscreen_set_mode(rb->global_settings->touch_mode);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* load the current root */
|
/* load the current root */
|
||||||
const char* myroot = read_redirect();
|
const char* myroot = read_redirect();
|
||||||
rb->strcpy(cur_root, myroot);
|
rb->strcpy(cur_root, myroot);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue