mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
(Android) Added a mechanism for holding the main thread while the configurator is running
This commit is contained in:
parent
cfccb459b8
commit
eb33829575
|
@ -603,7 +603,9 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
// Utils::Platform::Android::startConfigurator();
|
Utils::Platform::Android::startConfigurator();
|
||||||
|
while (AndroidVariables::sHold)
|
||||||
|
SDL_Delay(20);
|
||||||
Utils::Platform::Android::setROMDirectory();
|
Utils::Platform::Android::setROMDirectory();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue