mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +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;
|
||||
|
||||
#ifdef IOS
|
||||
#ifdef HAVE_DYNAMIC
|
||||
static const bool ui_companion_start_on_boot = false;
|
||||
#else
|
||||
static const bool ui_companion_start_on_boot = true;
|
||||
#endif
|
||||
#else
|
||||
static const bool ui_companion_start_on_boot = true;
|
||||
#endif
|
||||
|
||||
static const bool ui_companion_enable = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user