mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra_qt: Update error messages
Co-authored-by: SachinVin <26602104+SachinVin@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									64e7f5929d
								
							
						
					
					
						commit
						13f38e0be5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -916,8 +916,8 @@ bool GMainWindow::LoadROM(const QString& filename) { | |||
| 
 | ||||
|     Frontend::ScopeAcquireContext scope(*render_window); | ||||
| 
 | ||||
|     const QString below_gl33_title = tr("OpenGL 4.3 Unsupported"); | ||||
|     const QString below_gl33_message = tr("Your GPU may not support OpenGL 4.3, or you do not " | ||||
|     const QString below_gl43_title = tr("OpenGL 4.3 Unsupported"); | ||||
|     const QString below_gl43_message = tr("Your GPU may not support OpenGL 4.3, or you do not " | ||||
|                                           "have the latest graphics driver."); | ||||
| 
 | ||||
|     if (!QOpenGLContext::globalShareContext()->versionFunctions<QOpenGLFunctions_4_3_Core>()) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue