mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	video_core: gl_shader_decompiler: Fix implicit fallthrough errors.
This commit is contained in:
		
							parent
							
								
									b8f5c71f2d
								
							
						
					
					
						commit
						03726fb7f5
					
				@ -1145,6 +1145,7 @@ private:
 | 
				
			|||||||
                return {"gl_FragCoord"s + GetSwizzle(element), Type::Float};
 | 
					                return {"gl_FragCoord"s + GetSwizzle(element), Type::Float};
 | 
				
			||||||
            default:
 | 
					            default:
 | 
				
			||||||
                UNREACHABLE();
 | 
					                UNREACHABLE();
 | 
				
			||||||
 | 
					                return {"0", Type::Int};
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        case Attribute::Index::FrontColor:
 | 
					        case Attribute::Index::FrontColor:
 | 
				
			||||||
            return {"gl_Color"s + GetSwizzle(element), Type::Float};
 | 
					            return {"gl_Color"s + GetSwizzle(element), Type::Float};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user