mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	gl_state: Temporarily disable culling and depth test.
This commit is contained in:
		
							parent
							
								
									90ce935f3d
								
							
						
					
					
						commit
						cf30c4be22
					
				@ -795,7 +795,9 @@ void RasterizerOpenGL::SyncClipCoef() {
 | 
			
		||||
void RasterizerOpenGL::SyncCullMode() {
 | 
			
		||||
    const auto& regs = Core::System::GetInstance().GPU().Maxwell3D().regs;
 | 
			
		||||
 | 
			
		||||
    state.cull.enabled = regs.cull.enabled != 0;
 | 
			
		||||
    // TODO(bunnei): Enable the below once more things work - until then, this may hide regressions
 | 
			
		||||
    // state.cull.enabled = regs.cull.enabled != 0;
 | 
			
		||||
    state.cull.enabled = false;
 | 
			
		||||
 | 
			
		||||
    if (state.cull.enabled) {
 | 
			
		||||
        state.cull.front_face = MaxwellToGL::FrontFace(regs.cull.front_face);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user