From 65aa759ab8ea30583b1d1c4a7db01c55d274af63 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 6 Aug 2015 08:57:20 +0200 Subject: [PATCH] (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 --- frontend/frontend.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/frontend.c b/frontend/frontend.c index 5c17f59110..1b02a5479c 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -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{