disable emulator Exit on android

Issue #222
This commit is contained in:
Flyinghead 2021-04-20 16:32:49 +02:00
parent c0b5721920
commit 3dd3595a79
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}