mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Change to a constructor that exists in qt 5.9
This commit is contained in:
		
							parent
							
								
									3b14bb44b9
								
							
						
					
					
						commit
						db94c017bf
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -310,9 +310,10 @@ std::unique_ptr<Frontend::GraphicsContext> GRenderWindow::CreateSharedContext() | |||
| 
 | ||||
| GGLContext::GGLContext(QOpenGLContext* shared_context) | ||||
|     : context(new QOpenGLContext(shared_context->parent())), | ||||
|       surface(new QOffscreenSurface(nullptr, shared_context->parent())) { | ||||
|       surface(new QOffscreenSurface(nullptr)) { | ||||
|     context->setShareContext(shared_context); | ||||
|     context->create(); | ||||
|     surface->setParent(shared_context->parent()); | ||||
|     surface->setFormat(shared_context->format()); | ||||
|     surface->create(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue