mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1169 from Lakumakkara/sel
shader_bytecode: fix SEL_IMM bitstring
This commit is contained in:
		
						commit
						2f5ed3877c
					
				@ -866,7 +866,7 @@ private:
 | 
				
			|||||||
            INST("0011100-00011---", Id::ISCADD_IMM, Type::ArithmeticInteger, "ISCADD_IMM"),
 | 
					            INST("0011100-00011---", Id::ISCADD_IMM, Type::ArithmeticInteger, "ISCADD_IMM"),
 | 
				
			||||||
            INST("0100110010100---", Id::SEL_C, Type::ArithmeticInteger, "SEL_C"),
 | 
					            INST("0100110010100---", Id::SEL_C, Type::ArithmeticInteger, "SEL_C"),
 | 
				
			||||||
            INST("0101110010100---", Id::SEL_R, Type::ArithmeticInteger, "SEL_R"),
 | 
					            INST("0101110010100---", Id::SEL_R, Type::ArithmeticInteger, "SEL_R"),
 | 
				
			||||||
            INST("0011100010100---", Id::SEL_IMM, Type::ArithmeticInteger, "SEL_IMM"),
 | 
					            INST("0011100-10100---", Id::SEL_IMM, Type::ArithmeticInteger, "SEL_IMM"),
 | 
				
			||||||
            INST("0101000010000---", Id::MUFU, Type::Arithmetic, "MUFU"),
 | 
					            INST("0101000010000---", Id::MUFU, Type::Arithmetic, "MUFU"),
 | 
				
			||||||
            INST("0100110010010---", Id::RRO_C, Type::Arithmetic, "RRO_C"),
 | 
					            INST("0100110010010---", Id::RRO_C, Type::Arithmetic, "RRO_C"),
 | 
				
			||||||
            INST("0101110010010---", Id::RRO_R, Type::Arithmetic, "RRO_R"),
 | 
					            INST("0101110010010---", Id::RRO_R, Type::Arithmetic, "RRO_R"),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user