mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	log the upright screen setting
This commit is contained in:
		
							parent
							
								
									5eb9a5b3bc
								
							
						
					
					
						commit
						c2179a1dd0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -87,6 +87,7 @@ void LogSettings() { | ||||||
|     LogSetting("Stereoscopy_Factor3d", Settings::values.factor_3d); |     LogSetting("Stereoscopy_Factor3d", Settings::values.factor_3d); | ||||||
|     LogSetting("Layout_LayoutOption", static_cast<int>(Settings::values.layout_option)); |     LogSetting("Layout_LayoutOption", static_cast<int>(Settings::values.layout_option)); | ||||||
|     LogSetting("Layout_SwapScreen", Settings::values.swap_screen); |     LogSetting("Layout_SwapScreen", Settings::values.swap_screen); | ||||||
|  |     LogSetting("Layout_UprightScreen", Settings::values.upright_screen); | ||||||
|     LogSetting("Utility_DumpTextures", Settings::values.dump_textures); |     LogSetting("Utility_DumpTextures", Settings::values.dump_textures); | ||||||
|     LogSetting("Utility_CustomTextures", Settings::values.custom_textures); |     LogSetting("Utility_CustomTextures", Settings::values.custom_textures); | ||||||
|     LogSetting("Audio_EnableDspLle", Settings::values.enable_dsp_lle); |     LogSetting("Audio_EnableDspLle", Settings::values.enable_dsp_lle); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue