mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Update src/video_core/engines/shader_bytecode.h
Co-Authored-By: FernandoS27 <fsahmkow27@gmail.com>
This commit is contained in:
		
							parent
							
								
									0306c50339
								
							
						
					
					
						commit
						a568cd805b
					
				@ -983,7 +983,7 @@ union Instruction {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        bool IsComponentEnabled(std::size_t component) const {
 | 
					        bool IsComponentEnabled(std::size_t component) const {
 | 
				
			||||||
            return ((1ul << component) & component_mask) != 0;
 | 
					            return ((1ULL << component) & component_mask) != 0;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } txq;
 | 
					    } txq;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user