mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	clang-format fix
This commit is contained in:
		
							parent
							
								
									556f3a6e9a
								
							
						
					
					
						commit
						a8508f2bc0
					
				| @ -89,7 +89,7 @@ u32 ShaderIR::DecodeConversion(NodeBlock& bb, u32 pc) { | ||||
|             value = SignedOperation(OperationCode::ILogicalShiftRight, input_signed, | ||||
|                                     std::move(value), Immediate(offset * 8)); | ||||
|         } | ||||
|          | ||||
| 
 | ||||
|         value = ConvertIntegerSize(value, instr.conversion.src_size, input_signed); | ||||
|         value = GetOperandAbsNegInteger(value, instr.conversion.abs_a, false, input_signed); | ||||
|         value = SignedOperation(OperationCode::FCastInteger, input_signed, PRECISE, value); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nguyen Dac Nam
						Nguyen Dac Nam