mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +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
				
			
		| 
						 | 
				
			
			@ -230,8 +230,8 @@ void Module::APTInterface::GetSharedFont(Kernel::HLERequestContext& ctx) {
 | 
			
		|||
    IPC::RequestBuilder rb = rp.MakeBuilder(2, 2);
 | 
			
		||||
 | 
			
		||||
    // Log in telemetry if the game uses the shared font
 | 
			
		||||
    apt->system.TelemetrySession().AddField(Telemetry::FieldType::Session, "RequiresSharedFont",
 | 
			
		||||
                                            true);
 | 
			
		||||
    apt->system.TelemetrySession().AddField(Common::Telemetry::FieldType::Session,
 | 
			
		||||
                                            "RequiresSharedFont", true);
 | 
			
		||||
 | 
			
		||||
    if (!apt->shared_font_loaded) {
 | 
			
		||||
        // On real 3DS, font loading happens on booting. However, we load it on demand to coordinate
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue