mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 13:44:50 +00:00 
			
		
		
		
	Android: Restored Philipp's joystick change, lost in the previous merge.
This patch, specifically: https://hg.libsdl.org/SDL/rev/c0976de9c332
This commit is contained in:
		
							parent
							
								
									03f9711797
								
							
						
					
					
						commit
						dddd6a5a9a
					
				| 
						 | 
				
			
			@ -323,7 +323,6 @@ Android_RemoveJoystick(int device_id)
 | 
			
		|||
{
 | 
			
		||||
    SDL_joylist_item *item = SDL_joylist;
 | 
			
		||||
    SDL_joylist_item *prev = NULL;
 | 
			
		||||
    int retval;
 | 
			
		||||
#if !SDL_EVENTS_DISABLED
 | 
			
		||||
    SDL_Event event;
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			@ -341,7 +340,6 @@ Android_RemoveJoystick(int device_id)
 | 
			
		|||
        return -1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    retval = item->device_instance;
 | 
			
		||||
    if (item->joystick) {
 | 
			
		||||
        item->joystick->hwdata = NULL;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue