mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +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)
|
||||
driver->ui_companion = (ui_companion_driver_t*)ui_companion_init_first();
|
||||
|
||||
#if 0
|
||||
if (driver->ui_companion && driver->ui_companion->toggle)
|
||||
{
|
||||
if (settings->ui.companion_start_on_boot)
|
||||
driver->ui_companion->toggle(driver->ui_companion_data);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_MAIN
|
||||
do{
|
||||
|
Loading…
x
Reference in New Issue
Block a user