mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	services/hid: Add ActivateNpadWithRevision() to the hid function info array
Updated based off the information on Switch Brew.
This commit is contained in:
		
							parent
							
								
									826b1394e8
								
							
						
					
					
						commit
						890e543304
					
				@ -337,6 +337,7 @@ public:
 | 
				
			|||||||
             "AcquireNpadStyleSetUpdateEventHandle"},
 | 
					             "AcquireNpadStyleSetUpdateEventHandle"},
 | 
				
			||||||
            {107, nullptr, "DisconnectNpad"},
 | 
					            {107, nullptr, "DisconnectNpad"},
 | 
				
			||||||
            {108, &Hid::GetPlayerLedPattern, "GetPlayerLedPattern"},
 | 
					            {108, &Hid::GetPlayerLedPattern, "GetPlayerLedPattern"},
 | 
				
			||||||
 | 
					            {109, nullptr, "ActivateNpadWithRevision"},
 | 
				
			||||||
            {120, &Hid::SetNpadJoyHoldType, "SetNpadJoyHoldType"},
 | 
					            {120, &Hid::SetNpadJoyHoldType, "SetNpadJoyHoldType"},
 | 
				
			||||||
            {121, &Hid::GetNpadJoyHoldType, "GetNpadJoyHoldType"},
 | 
					            {121, &Hid::GetNpadJoyHoldType, "GetNpadJoyHoldType"},
 | 
				
			||||||
            {122, &Hid::SetNpadJoyAssignmentModeSingleByDefault,
 | 
					            {122, &Hid::SetNpadJoyAssignmentModeSingleByDefault,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user