mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #4579 from xperia64/3d_slider
Change 3D Slider in-game
This commit is contained in:
		
						commit
						054a97c08b
					
				
					 6 changed files with 16 additions and 3 deletions
				
			
		|  | @ -438,7 +438,7 @@ void Config::SaveValues() { | |||
| 
 | ||||
|     qt_config->beginGroup("Layout"); | ||||
|     WriteSetting("toggle_3d", Settings::values.toggle_3d, false); | ||||
|     WriteSetting("factor_3d", Settings::values.factor_3d, 0); | ||||
|     WriteSetting("factor_3d", Settings::values.factor_3d.load(), 0); | ||||
|     WriteSetting("layout_option", static_cast<int>(Settings::values.layout_option)); | ||||
|     WriteSetting("swap_screen", Settings::values.swap_screen, false); | ||||
|     WriteSetting("custom_layout", Settings::values.custom_layout, false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue