mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	VideoCore: Log the GL driver’s vendor and renderer.
This commit is contained in:
		
							parent
							
								
									1e8b18708c
								
							
						
					
					
						commit
						94fc644430
					
				@ -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…
	
		Reference in New Issue
	
	Block a user