mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 12:44:56 +00:00 
			
		
		
		
	Note that the PDP Versus Fighting Pad is an arcade fighting pad
This commit is contained in:
		
							parent
							
								
									47265f377f
								
							
						
					
					
						commit
						41c363f7d6
					
				| 
						 | 
				
			
			@ -2231,25 +2231,26 @@ static SDL_bool SDL_IsJoystickProductArcadeStick(Uint32 vidpid)
 | 
			
		|||
{
 | 
			
		||||
    static Uint32 arcadestick_joysticks[] = {
 | 
			
		||||
        MAKE_VIDPID(0x0079, 0x181a),    /* Venom Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x006a),    /* Real Arcade Pro 4 */
 | 
			
		||||
        MAKE_VIDPID(0x0079, 0x181b),    /* Venom Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x0c12, 0x0ef6),    /* Hitbox Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x008a),    /* HORI Real Arcade Pro 4 */
 | 
			
		||||
        MAKE_VIDPID(0x0e6f, 0x0109),    /* PDP Versus Fighting Pad */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x0016),    /* Hori Real Arcade Pro.EX */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x001b),    /* Hori Real Arcade Pro VX */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x0063),    /* Hori Real Arcade Pro Hayabusa (USA) Xbox One */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x006a),    /* Real Arcade Pro 4 */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x0078),    /* Hori Real Arcade Pro V Kai Xbox One */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x008a),    /* HORI Real Arcade Pro 4 */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x008c),    /* Hori Real Arcade Pro 4 */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x00aa),    /* HORI Real Arcade Pro V Hayabusa in Switch Mode */
 | 
			
		||||
        MAKE_VIDPID(0x1532, 0x0a00),    /* Razer Atrox Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x1bad, 0xf03d),    /* Street Fighter IV Arcade Stick TE - Chun Li */
 | 
			
		||||
        MAKE_VIDPID(0x1bad, 0xf502),    /* Hori Real Arcade Pro.VX SA */
 | 
			
		||||
        MAKE_VIDPID(0x1bad, 0xf504),    /* Hori Real Arcade Pro. EX */
 | 
			
		||||
        MAKE_VIDPID(0x1bad, 0xf506),    /* Hori Real Arcade Pro.EX Premium VLX */
 | 
			
		||||
        MAKE_VIDPID(0x20d6, 0xa715),    /* PowerA Nintendo Switch Fusion Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x24c6, 0x5000),    /* Razer Atrox Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x24c6, 0x5501),    /* Hori Real Arcade Pro VX-SA */
 | 
			
		||||
        MAKE_VIDPID(0x24c6, 0x550e),    /* Hori Real Arcade Pro V Kai 360 */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x0063),    /* Hori Real Arcade Pro Hayabusa (USA) Xbox One */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x0078),    /* Hori Real Arcade Pro V Kai Xbox One */
 | 
			
		||||
        MAKE_VIDPID(0x1532, 0x0a00),    /* Razer Atrox Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x0f0d, 0x00aa),    /* HORI Real Arcade Pro V Hayabusa in Switch Mode */
 | 
			
		||||
        MAKE_VIDPID(0x20d6, 0xa715),    /* PowerA Nintendo Switch Fusion Arcade Stick */
 | 
			
		||||
        MAKE_VIDPID(0x2c22, 0x2300),    /* Qanba Obsidian Arcade Joystick in PS4 Mode */
 | 
			
		||||
        MAKE_VIDPID(0x2c22, 0x2302),    /* Qanba Obsidian Arcade Joystick in PS3 Mode */
 | 
			
		||||
        MAKE_VIDPID(0x2c22, 0x2303),    /* Qanba Obsidian Arcade Joystick in PC Mode */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue