mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Enable 'Touch enable' by default for RARCH_MOBILE
This commit is contained in:
parent
8a33670c7c
commit
bce35fa8cc
@ -314,6 +314,12 @@ enum
|
||||
#define DEFAULT_ASPECT_RATIO -1.0f
|
||||
#endif
|
||||
|
||||
#ifdef RARCH_MOBILE
|
||||
static const bool pointer_enable = true;
|
||||
#else
|
||||
static const bool pointer_enable = false;
|
||||
#endif
|
||||
|
||||
static const bool def_history_list_enable = true;
|
||||
|
||||
static const unsigned int def_user_language = 0;
|
||||
|
@ -5265,7 +5265,7 @@ static bool setting_append_list_menu_options(
|
||||
settings->menu.pointer.enable,
|
||||
"menu_pointer_enable",
|
||||
"Touch Enable",
|
||||
false,
|
||||
pointer_enable,
|
||||
"OFF",
|
||||
"ON",
|
||||
group_info.name,
|
||||
|
Loading…
Reference in New Issue
Block a user