mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	VideoCore: Log the GL driver’s vendor and renderer.
This commit is contained in:
		
							parent
							
								
									1e8b18708c
								
							
						
					
					
						commit
						94fc644430
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -376,6 +376,8 @@ void RendererOpenGL::Init() { | |||
|     } | ||||
| 
 | ||||
|     LOG_INFO(Render_OpenGL, "GL_VERSION: %s", glGetString(GL_VERSION)); | ||||
|     LOG_INFO(Render_OpenGL, "GL_VENDOR: %s", glGetString(GL_VENDOR)); | ||||
|     LOG_INFO(Render_OpenGL, "GL_RENDERER: %s", glGetString(GL_RENDERER)); | ||||
|     InitOpenGLObjects(); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue