mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main()
We already have the system instance around, so we can use that instead of the accessor.
This commit is contained in:
		
							parent
							
								
									b5f0dc95db
								
							
						
					
					
						commit
						697a4669e1
					
				| @ -216,7 +216,7 @@ int main(int argc, char** argv) { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     Core::Telemetry().AddField(Telemetry::FieldType::App, "Frontend", "SDL"); |     system.TelemetrySession().AddField(Telemetry::FieldType::App, "Frontend", "SDL"); | ||||||
| 
 | 
 | ||||||
|     system.Renderer().Rasterizer().LoadDiskResources(); |     system.Renderer().Rasterizer().LoadDiskResources(); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash