(iOS) There's currently a problem with enabling the UI companion

driver at startup to boot, so launch into GLUI/RGUI mode first
and allow the user himself to switch to CocoaTouch mode
This commit is contained in:
twinaphex 2015-08-06 08:57:20 +02:00
parent 109dc850d0
commit 65aa759ab8

View File

@ -334,11 +334,13 @@ 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{