mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Copilot AI suggestions to comply with LLVM 19
This commit is contained in:
		
							parent
							
								
									69eba0d295
								
							
						
					
					
						commit
						0500b993e0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -22,7 +22,7 @@ QString GetOpenGLRenderer() { | |||
|     QOpenGLContext context; | ||||
|     if (context.create()) { | ||||
|         context.makeCurrent(&surface); | ||||
|         return QString::fromUtf8(context.functions()->glGetString(GL_RENDERER)); | ||||
|         return QString::fromUtf8(reinterpret_cast<const char*>(context.functions()->glGetString(GL_RENDERER))); | ||||
|     } else { | ||||
|         return QStringLiteral(""); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue