mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Enable companion UI start on boot if HAVE_DYNAMIC = false
This commit is contained in:
parent
e6bdc9363c
commit
b36683ba09
@ -921,10 +921,14 @@ static const unsigned input_bind_timeout = 5;
|
|||||||
static const unsigned menu_thumbnails_default = 3;
|
static const unsigned menu_thumbnails_default = 3;
|
||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
|
#ifdef HAVE_DYNAMIC
|
||||||
static const bool ui_companion_start_on_boot = false;
|
static const bool ui_companion_start_on_boot = false;
|
||||||
#else
|
#else
|
||||||
static const bool ui_companion_start_on_boot = true;
|
static const bool ui_companion_start_on_boot = true;
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
static const bool ui_companion_start_on_boot = true;
|
||||||
|
#endif
|
||||||
|
|
||||||
static const bool ui_companion_enable = false;
|
static const bool ui_companion_enable = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user