mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 05:56:41 +00:00 
			
		
		
		
	Merge remote branch 'scrawl/rendererselection'
This commit is contained in:
		
						commit
						badb20e5df
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -200,6 +200,7 @@ void GraphicsPage::writeConfig()
 | 
				
			||||||
    Settings::Manager::setBool("vsync", "Video", mVSyncCheckBox->checkState());
 | 
					    Settings::Manager::setBool("vsync", "Video", mVSyncCheckBox->checkState());
 | 
				
			||||||
    Settings::Manager::setBool("fullscreen", "Video", mFullScreenCheckBox->checkState());
 | 
					    Settings::Manager::setBool("fullscreen", "Video", mFullScreenCheckBox->checkState());
 | 
				
			||||||
    Settings::Manager::setString("antialiasing", "Video", mAntiAliasingComboBox->currentText().toStdString());
 | 
					    Settings::Manager::setString("antialiasing", "Video", mAntiAliasingComboBox->currentText().toStdString());
 | 
				
			||||||
 | 
					    Settings::Manager::setString("render system", "Video", mRendererComboBox->currentText().toStdString());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    std::string resolution = mResolutionComboBox->currentText().toStdString();
 | 
					    std::string resolution = mResolutionComboBox->currentText().toStdString();
 | 
				
			||||||
    // parse resolution x and y from a string like "800 x 600"
 | 
					    // parse resolution x and y from a string like "800 x 600"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue