mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #4906 from lat9nq/log-cpu-accuracy
settings: log value of CPU_Accuracy
This commit is contained in:
		
						commit
						e829973742
					
				| @ -56,6 +56,7 @@ void LogSettings() { | ||||
|     log_setting("System_RegionIndex", values.region_index.GetValue()); | ||||
|     log_setting("System_TimeZoneIndex", values.time_zone_index.GetValue()); | ||||
|     log_setting("Core_UseMultiCore", values.use_multi_core.GetValue()); | ||||
|     log_setting("CPU_Accuracy", values.cpu_accuracy); | ||||
|     log_setting("Renderer_UseResolutionFactor", values.resolution_factor.GetValue()); | ||||
|     log_setting("Renderer_UseFrameLimit", values.use_frame_limit.GetValue()); | ||||
|     log_setting("Renderer_FrameLimit", values.frame_limit.GetValue()); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 LC
						LC