(Android) Added a mechanism for holding the main thread while the configurator is running

This commit is contained in:
Leon Styhre 2023-12-30 20:32:27 +01:00
parent cfccb459b8
commit eb33829575

View file

@ -603,7 +603,9 @@ int main(int argc, char* argv[])
}
#if defined(__ANDROID__)
// Utils::Platform::Android::startConfigurator();
Utils::Platform::Android::startConfigurator();
while (AndroidVariables::sHold)
SDL_Delay(20);
Utils::Platform::Android::setROMDirectory();
#endif