mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Merge pull request #8801 from german77/small
hid: core: Add missing function table names
This commit is contained in:
		@@ -2146,12 +2146,18 @@ public:
 | 
			
		||||
            {324, nullptr, "GetUniquePadButtonSet"},
 | 
			
		||||
            {325, nullptr, "GetUniquePadColor"},
 | 
			
		||||
            {326, nullptr, "GetUniquePadAppletDetailedUiType"},
 | 
			
		||||
            {327, nullptr, "GetAbstractedPadIdDataFromNpad"},
 | 
			
		||||
            {328, nullptr, "AttachAbstractedPadToNpad"},
 | 
			
		||||
            {329, nullptr, "DetachAbstractedPadAll"},
 | 
			
		||||
            {330, nullptr, "CheckAbstractedPadConnection"},
 | 
			
		||||
            {500, nullptr, "SetAppletResourceUserId"},
 | 
			
		||||
            {501, nullptr, "RegisterAppletResourceUserId"},
 | 
			
		||||
            {502, nullptr, "UnregisterAppletResourceUserId"},
 | 
			
		||||
            {503, nullptr, "EnableAppletToGetInput"},
 | 
			
		||||
            {504, nullptr, "SetAruidValidForVibration"},
 | 
			
		||||
            {505, nullptr, "EnableAppletToGetSixAxisSensor"},
 | 
			
		||||
            {506, nullptr, "EnableAppletToGetPadInput"},
 | 
			
		||||
            {507, nullptr, "EnableAppletToGetTouchScreen"},
 | 
			
		||||
            {510, nullptr, "SetVibrationMasterVolume"},
 | 
			
		||||
            {511, nullptr, "GetVibrationMasterVolume"},
 | 
			
		||||
            {512, nullptr, "BeginPermitVibrationSession"},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user