mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +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
|
#define DEFAULT_ASPECT_RATIO -1.0f
|
||||||
#endif
|
#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 bool def_history_list_enable = true;
|
||||||
|
|
||||||
static const unsigned int def_user_language = 0;
|
static const unsigned int def_user_language = 0;
|
||||||
|
@ -5265,7 +5265,7 @@ static bool setting_append_list_menu_options(
|
|||||||
settings->menu.pointer.enable,
|
settings->menu.pointer.enable,
|
||||||
"menu_pointer_enable",
|
"menu_pointer_enable",
|
||||||
"Touch Enable",
|
"Touch Enable",
|
||||||
false,
|
pointer_enable,
|
||||||
"OFF",
|
"OFF",
|
||||||
"ON",
|
"ON",
|
||||||
group_info.name,
|
group_info.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user