mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:14:58 +00:00 
			
		
		
		
	Android: Fixed misleading warning in log output (thanks, Sylvain!).
Fixes Bugzilla #3418.
This commit is contained in:
		
							parent
							
								
									cf28727f89
								
							
						
					
					
						commit
						9581d4a585
					
				| 
						 | 
				
			
			@ -144,7 +144,7 @@ JNIEXPORT void JNICALL SDL_Android_Init(JNIEnv* mEnv, jclass cls)
 | 
			
		|||
    bHasNewData = SDL_FALSE;
 | 
			
		||||
 | 
			
		||||
    if (!midGetNativeSurface ||
 | 
			
		||||
       !midAudioOpen || !midAudioWriteShortBuffer || !midAudioWriteByteBuffer || !midAudioClose || !
 | 
			
		||||
       !midAudioOpen || !midAudioWriteShortBuffer || !midAudioWriteByteBuffer || !midAudioClose ||
 | 
			
		||||
       !midCaptureOpen || !midCaptureReadShortBuffer || !midCaptureReadByteBuffer || !midCaptureClose ||
 | 
			
		||||
       !midPollInputDevices) {
 | 
			
		||||
        __android_log_print(ANDROID_LOG_WARN, "SDL", "SDL: Couldn't locate Java callbacks, check that they're named and typed correctly");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue