mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	(Android) Eliminated an unnecessary configurator check
This commit is contained in:
		
							parent
							
								
									2c850ba325
								
							
						
					
					
						commit
						2356bd248f
					
				|  | @ -593,14 +593,15 @@ int main(int argc, char* argv[]) | |||
| #endif | ||||
| 
 | ||||
| #if defined(__ANDROID__) | ||||
|     if (Utils::Platform::Android::checkConfigurationNeeded()) | ||||
|     if (Utils::Platform::Android::checkConfigurationNeeded()) { | ||||
|         Utils::Platform::Android::startConfigurator(); | ||||
| 
 | ||||
|     while (AndroidVariables::sHold) | ||||
|         SDL_Delay(20); | ||||
|         while (AndroidVariables::sHold) | ||||
|             SDL_Delay(20); | ||||
| 
 | ||||
|     if (Utils::Platform::Android::checkConfigurationNeeded()) | ||||
|         exit(0); | ||||
|         if (Utils::Platform::Android::checkConfigurationNeeded()) | ||||
|             exit(0); | ||||
|     } | ||||
| 
 | ||||
|     Utils::Platform::Android::setDataDirectories(); | ||||
|     Utils::Platform::Android::setROMDirectory(); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leon Styhre
						Leon Styhre