mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 07:33:43 +00:00 
			
		
		
		
	gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
This commit is contained in:
		
							parent
							
								
									b7da9d5a54
								
							
						
					
					
						commit
						4ed54738fc
					
				@ -127,13 +127,7 @@ RasterizerOpenGL::RasterizerOpenGL() {
 | 
			
		||||
 | 
			
		||||
    glEnable(GL_BLEND);
 | 
			
		||||
 | 
			
		||||
    // Sync fixed function OpenGL state
 | 
			
		||||
    SyncClipEnabled();
 | 
			
		||||
    SyncClipCoef();
 | 
			
		||||
    SyncCullMode();
 | 
			
		||||
    SyncBlendEnabled();
 | 
			
		||||
    SyncBlendFuncs();
 | 
			
		||||
    SyncBlendColor();
 | 
			
		||||
    LOG_WARNING(HW_GPU, "Sync fixed function OpenGL state here when ready");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
RasterizerOpenGL::~RasterizerOpenGL() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user