mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #2860 from anodium/patch-1
Quickfix typo in OpenGL 3.3 error message
This commit is contained in:
		
						commit
						343bbfdabc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -311,7 +311,7 @@ bool GMainWindow::LoadROM(const QString& filename) { | ||||||
| 
 | 
 | ||||||
|     if (!gladLoadGL()) { |     if (!gladLoadGL()) { | ||||||
|         QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"), |         QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"), | ||||||
|                               tr("Your GPU may not support OpenGL 3.3, or you do not" |                               tr("Your GPU may not support OpenGL 3.3, or you do not " | ||||||
|                                  "have the latest graphics driver.")); |                                  "have the latest graphics driver.")); | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue