mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 11:03:42 +00:00 
			
		
		
		
	HID: Added new function entries from 3dbrew to FunctionTable.
HID: Fix typo with DisableGyroscopeLow command.
This commit is contained in:
		
							parent
							
								
									552287498a
								
							
						
					
					
						commit
						091f6cf55b
					
				@ -46,10 +46,15 @@ void GetIPCHandles(Service::Interface* self) {
 | 
			
		||||
 | 
			
		||||
const Interface::FunctionInfo FunctionTable[] = {
 | 
			
		||||
    {0x000A0000, GetIPCHandles, "GetIPCHandles"},
 | 
			
		||||
    {0x000B0000, nullptr,       "StartAnalogStickCalibration"},
 | 
			
		||||
    {0x000E0000, nullptr,       "GetAnalogStickCalibrateParam"},
 | 
			
		||||
    {0x00110000, nullptr,       "EnableAccelerometer"},
 | 
			
		||||
    {0x00120000, nullptr,       "DisableAccelerometer"},
 | 
			
		||||
    {0x00130000, nullptr,       "EnableGyroscopeLow"},
 | 
			
		||||
    {0x00140000, nullptr,       "DisableGyroscopeLow"},
 | 
			
		||||
    {0x00150000, nullptr,       "GetGyroscopeLowRawToDpsCoefficient"},
 | 
			
		||||
    {0x00160000, nullptr,       "GetGyroscopeLowCalibrateParam"},
 | 
			
		||||
    {0x00170000, nullptr,       "GetSoundVolume"},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user