mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:24:57 +00:00 
			
		
		
		
	Fixed build on Apple TV
This commit is contained in:
		
							parent
							
								
									710ae62a79
								
							
						
					
					
						commit
						8f78f5bb94
					
				| 
						 | 
				
			
			@ -553,7 +553,7 @@ SDL_SYS_MFIJoystickUpdate(SDL_Joystick * joystick)
 | 
			
		|||
            };
 | 
			
		||||
 | 
			
		||||
            for (i = 0; i < SDL_arraysize(axes); i++) {
 | 
			
		||||
                updateplayerindex |= (joystick->axes[i] != axes[i]);
 | 
			
		||||
                updateplayerindex |= (joystick->axes[i].value != axes[i]);
 | 
			
		||||
                SDL_PrivateJoystickAxis(joystick, i, axes[i]);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue