mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	core\frontend\framebuffer_layout: GetCardboardSettings: clean up floa… (#6399)
* core\frontend\framebuffer_layout: GetCardboardSettings: clean up float to u32 conversion warnings + style fixes * clang format * fix signedness
This commit is contained in:
		
							parent
							
								
									90bcf49db0
								
							
						
					
					
						commit
						a94acde519
					
				
					 3 changed files with 53 additions and 50 deletions
				
			
		|  | @ -458,7 +458,7 @@ struct Values { | |||
|     SwitchableSetting<MonoRenderOption> mono_render_option{MonoRenderOption::LeftEye, | ||||
|                                                            "mono_render_option"}; | ||||
| 
 | ||||
|     Setting<s32> cardboard_screen_size{85, "cardboard_screen_size"}; | ||||
|     Setting<u32> cardboard_screen_size{85, "cardboard_screen_size"}; | ||||
|     Setting<s32> cardboard_x_shift{0, "cardboard_x_shift"}; | ||||
|     Setting<s32> cardboard_y_shift{0, "cardboard_y_shift"}; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue