mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	common/telemetry: Migrate namespace into the Common namespace
Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code.
This commit is contained in:
		
							parent
							
								
									ddb4135dea
								
							
						
					
					
						commit
						10f440cb59
					
				
					 15 changed files with 47 additions and 43 deletions
				
			
		|  | @ -52,7 +52,8 @@ void CompatDB::Submit() { | |||
|         back(); | ||||
|         LOG_DEBUG(Frontend, "Compatibility Rating: {}", compatibility->checkedId()); | ||||
|         Core::System::GetInstance().TelemetrySession().AddField( | ||||
|             Telemetry::FieldType::UserFeedback, "Compatibility", compatibility->checkedId()); | ||||
|             Common::Telemetry::FieldType::UserFeedback, "Compatibility", | ||||
|             compatibility->checkedId()); | ||||
| 
 | ||||
|         button(NextButton)->setEnabled(false); | ||||
|         button(NextButton)->setText(tr("Submitting")); | ||||
|  |  | |||
|  | @ -1002,7 +1002,7 @@ bool GMainWindow::LoadROM(const QString& filename) { | |||
| 
 | ||||
|     game_path = filename; | ||||
| 
 | ||||
|     system.TelemetrySession().AddField(Telemetry::FieldType::App, "Frontend", "Qt"); | ||||
|     system.TelemetrySession().AddField(Common::Telemetry::FieldType::App, "Frontend", "Qt"); | ||||
|     return true; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue