diff --git a/core/rend/gui.cpp b/core/rend/gui.cpp index 6fe051269..ca516591c 100644 --- a/core/rend/gui.cpp +++ b/core/rend/gui.cpp @@ -1916,7 +1916,9 @@ void gui_display_ui() std::string game_file = settings.imgread.ImagePath; if (!game_file.empty()) { +#ifndef __ANDROID__ commandLineStart = true; +#endif gui_start_game(game_file); return; }