mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:14:58 +00:00 
			
		
		
		
	PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom().
This commit is contained in:
		
							parent
							
								
									3555e6e58e
								
							
						
					
					
						commit
						12c78c5ca5
					
				| 
						 | 
				
			
			@ -234,7 +234,7 @@ PSP_CreateWindow(_THIS, SDL_Window * window)
 | 
			
		|||
int
 | 
			
		||||
PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data)
 | 
			
		||||
{
 | 
			
		||||
    return -1;
 | 
			
		||||
    return SDL_Unsupported();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue