mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +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__)
|
||||
// Utils::Platform::Android::startConfigurator();
|
||||
Utils::Platform::Android::startConfigurator();
|
||||
while (AndroidVariables::sHold)
|
||||
SDL_Delay(20);
|
||||
Utils::Platform::Android::setROMDirectory();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue