parent
c0b5721920
commit
3dd3595a79
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue