mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	address nit.
This commit is contained in:
		
							parent
							
								
									bf1174c114
								
							
						
					
					
						commit
						935648ffa9
					
				| @ -291,7 +291,7 @@ std::pair<Node, bool> ShaderIR::GetComponentValue(ComponentType component_type, | ||||
|                 is_signed}; | ||||
|     } | ||||
|     case ComponentType::UINT: // range [0, (1 << component_size) - 1]
 | ||||
|         return {original_value, false}; | ||||
|         return {std::move(original_value), false}; | ||||
|     case ComponentType::FLOAT: | ||||
|         if (component_size == 16) { | ||||
|             return {Operation(OperationCode::HCastFloat, original_value), true}; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nguyen Dac Nam
						Nguyen Dac Nam