mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.
This commit is contained in:
		
							parent
							
								
									b21dfbb295
								
							
						
					
					
						commit
						f44b360724
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		|  | @ -70,9 +70,9 @@ void Config::ReadValues() { | |||
|     Settings::values.use_vsync = qt_config->value("use_vsync", false).toBool(); | ||||
|     Settings::values.toggle_framelimit = qt_config->value("toggle_framelimit", true).toBool(); | ||||
| 
 | ||||
|     Settings::values.bg_red = qt_config->value("bg_red", 1.0).toFloat(); | ||||
|     Settings::values.bg_green = qt_config->value("bg_green", 1.0).toFloat(); | ||||
|     Settings::values.bg_blue = qt_config->value("bg_blue", 1.0).toFloat(); | ||||
|     Settings::values.bg_red = qt_config->value("bg_red", 0.0).toFloat(); | ||||
|     Settings::values.bg_green = qt_config->value("bg_green", 0.0).toFloat(); | ||||
|     Settings::values.bg_blue = qt_config->value("bg_blue", 0.0).toFloat(); | ||||
|     qt_config->endGroup(); | ||||
| 
 | ||||
|     qt_config->beginGroup("Layout"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue