mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	dyncom: Actually set the destination register for USAD8/USADA8.
Idiotville: Population: 1 - Inhabitant name: Lioncash
This commit is contained in:
		
							parent
							
								
									20dc07721c
								
							
						
					
					
						commit
						012d1e32ad
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3211,6 +3211,7 @@ static ARM_INST_PTR INTERPRETER_TRANSLATE(usada8)(unsigned int inst, int index)
 | 
			
		|||
 | 
			
		||||
    inst_cream->op1 = BITS(inst, 20, 24);
 | 
			
		||||
    inst_cream->op2 = BITS(inst, 5, 7);
 | 
			
		||||
    inst_cream->Rd  = BITS(inst, 16, 19);
 | 
			
		||||
    inst_cream->Rm  = BITS(inst, 8, 11);
 | 
			
		||||
    inst_cream->Rn  = BITS(inst, 0, 3);
 | 
			
		||||
    inst_cream->Ra  = BITS(inst, 12, 15);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue