mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Address zhaowenlans feedback
This commit is contained in:
		
							parent
							
								
									d1c5f01afe
								
							
						
					
					
						commit
						4cd737abae
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -685,13 +685,14 @@ bool GMainWindow::LoadROM(const QString& filename) { | |||
| 
 | ||||
|         case Core::System::ResultStatus::ErrorVideoCore_ErrorGenericDrivers: | ||||
|             QMessageBox::critical( | ||||
|                 this, tr("An error occured in the video core."), | ||||
|                 tr("You are running default Windows drivers for your GPU. You need to install the " | ||||
|                 this, tr("Video Core Error!"), | ||||
|                 tr("An error occured in the video core. You are running default Windows drivers " | ||||
|                    "for your GPU. You need to install the " | ||||
|                    "proper drivers for your graphics card from the manufacturer's website.")); | ||||
|             break; | ||||
| 
 | ||||
|         case Core::System::ResultStatus::ErrorVideoCore_ErrorBelowGL33: | ||||
|             QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"), | ||||
|             QMessageBox::critical(this, tr("OpenGL 3.3 Unsupported"), | ||||
|                                   tr("Your GPU may not support OpenGL 3.3, or you do not " | ||||
|                                      "have the latest graphics driver.")); | ||||
|             break; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue