mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
Re-enable UI Companion Start on Boot again
This commit is contained in:
parent
68fa0bcbe7
commit
f87425ef9a
@ -334,13 +334,11 @@ int rarch_main(int argc, char *argv[], void *data)
|
|||||||
if (driver)
|
if (driver)
|
||||||
driver->ui_companion = (ui_companion_driver_t*)ui_companion_init_first();
|
driver->ui_companion = (ui_companion_driver_t*)ui_companion_init_first();
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (driver->ui_companion && driver->ui_companion->toggle)
|
if (driver->ui_companion && driver->ui_companion->toggle)
|
||||||
{
|
{
|
||||||
if (settings->ui.companion_start_on_boot)
|
if (settings->ui.companion_start_on_boot)
|
||||||
driver->ui_companion->toggle(driver->ui_companion_data);
|
driver->ui_companion->toggle(driver->ui_companion_data);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAVE_MAIN
|
#ifndef HAVE_MAIN
|
||||||
do{
|
do{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user