mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	telemetry: Add field for OsPlatform.
This commit is contained in:
		
							parent
							
								
									9390d54bb3
								
							
						
					
					
						commit
						fb8de89859
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -76,6 +76,15 @@ TelemetrySession::TelemetrySession() { | |||
|              Common::GetCPUCaps().sse4_1); | ||||
|     AddField(Telemetry::FieldType::UserSystem, "CPU_Extension_x64_SSE42", | ||||
|              Common::GetCPUCaps().sse4_2); | ||||
| #ifdef __APPLE__ | ||||
|     AddField(Telemetry::FieldType::UserSystem, "OsPlatform", "Apple"); | ||||
| #elif defined(_WIN32) | ||||
|     AddField(Telemetry::FieldType::UserSystem, "OsPlatform", "Windows"); | ||||
| #elif defined(__linux__) || defined(linux) || defined(__linux) | ||||
|     AddField(Telemetry::FieldType::UserSystem, "OsPlatform", "Linux"); | ||||
| #else | ||||
|     AddField(Telemetry::FieldType::UserSystem, "OsPlatform", "Unknown"); | ||||
| #endif | ||||
| 
 | ||||
|     // Log user configuration information
 | ||||
|     AddField(Telemetry::FieldType::UserConfig, "Audio_EnableAudioStretching", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue