mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Add GetTotalStepCount Stub
This commit is contained in:
		
							parent
							
								
									f61c9da7d3
								
							
						
					
					
						commit
						844b9970b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -23,7 +23,7 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
|     {0x00090000, nullptr,               "GetPedometerState"}, |     {0x00090000, nullptr,               "GetPedometerState"}, | ||||||
|     {0x000A0042, nullptr,               "GetStepHistoryEntry"}, |     {0x000A0042, nullptr,               "GetStepHistoryEntry"}, | ||||||
|     {0x000B00C2, nullptr,               "GetStepHistory"}, |     {0x000B00C2, nullptr,               "GetStepHistory"}, | ||||||
|     {0x000C0000, nullptr,               "GetTotalStepCount"}, |     {0x000C0000, GetTotalStepCount,     "GetTotalStepCount"}, | ||||||
|     {0x000D0040, nullptr,               "SetPedometerRecordingMode"}, |     {0x000D0040, nullptr,               "SetPedometerRecordingMode"}, | ||||||
|     {0x000E0000, nullptr,               "GetPedometerRecordingMode"}, |     {0x000E0000, nullptr,               "GetPedometerRecordingMode"}, | ||||||
|     {0x000F0084, nullptr,               "GetStepHistoryAll"}, |     {0x000F0084, nullptr,               "GetStepHistoryAll"}, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue