mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +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
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -46,10 +46,15 @@ void GetIPCHandles(Service::Interface* self) { | ||||||
| 
 | 
 | ||||||
| const Interface::FunctionInfo FunctionTable[] = { | const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x000A0000, GetIPCHandles, "GetIPCHandles"}, |     {0x000A0000, GetIPCHandles, "GetIPCHandles"}, | ||||||
|  |     {0x000B0000, nullptr,       "StartAnalogStickCalibration"}, | ||||||
|  |     {0x000E0000, nullptr,       "GetAnalogStickCalibrateParam"}, | ||||||
|     {0x00110000, nullptr,       "EnableAccelerometer"}, |     {0x00110000, nullptr,       "EnableAccelerometer"}, | ||||||
|  |     {0x00120000, nullptr,       "DisableAccelerometer"}, | ||||||
|     {0x00130000, nullptr,       "EnableGyroscopeLow"}, |     {0x00130000, nullptr,       "EnableGyroscopeLow"}, | ||||||
|  |     {0x00140000, nullptr,       "DisableGyroscopeLow"}, | ||||||
|     {0x00150000, nullptr,       "GetGyroscopeLowRawToDpsCoefficient"}, |     {0x00150000, nullptr,       "GetGyroscopeLowRawToDpsCoefficient"}, | ||||||
|     {0x00160000, nullptr,       "GetGyroscopeLowCalibrateParam"}, |     {0x00160000, nullptr,       "GetGyroscopeLowCalibrateParam"}, | ||||||
|  |     {0x00170000, nullptr,       "GetSoundVolume"}, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue