mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Remove unnecessary cast
This commit is contained in:
		
							parent
							
								
									b5e3599704
								
							
						
					
					
						commit
						6e7e767645
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -266,9 +266,7 @@ void JitShader::Compile_DestEnable(Instruction instr, Xmm src) { | |||
| 
 | ||||
|     SwizzlePattern swiz = {g_state.vs.swizzle_data[operand_desc_id]}; | ||||
| 
 | ||||
|     int dest_offset_disp = (int)UnitState<false>::OutputOffset(dest); | ||||
|     ASSERT_MSG(dest_offset_disp == UnitState<false>::OutputOffset(dest), | ||||
|                "Destinaton offset too large for int type"); | ||||
|     size_t dest_offset_disp = UnitState<false>::OutputOffset(dest); | ||||
| 
 | ||||
|     // If all components are enabled, write the result to the destination register
 | ||||
|     if (swiz.dest_mask == NO_DEST_REG_MASK) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue