mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	fixed GL context acquire (applies to Qt GUI only)
This commit is contained in:
		
							parent
							
								
									089dff2cd4
								
							
						
					
					
						commit
						7a080551ac
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -32,6 +32,8 @@ RendererOpenGL::~RendererOpenGL() { | |||
| 
 | ||||
| /// Swap buffers (render frame)
 | ||||
| void RendererOpenGL::SwapBuffers() { | ||||
|     m_render_window->MakeCurrent(); | ||||
| 
 | ||||
|     // EFB->XFB copy
 | ||||
|     // TODO(bunnei): This is a hack and does not belong here. The copy should be triggered by some 
 | ||||
|     // register write We're also treating both framebuffers as a single one in OpenGL.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue