mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Disable VFP3 instructions
This commit is contained in:
		
							parent
							
								
									bd9ac24631
								
							
						
					
					
						commit
						1643786c04
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -422,6 +422,10 @@ ARMDecodeStatus DecodeARMInstruction(u32 instr, s32* idx) { | |||
|         n = arm_instruction[i].attribute_value; | ||||
|         base = 0; | ||||
| 
 | ||||
|         // 3DS has no VFP3 support
 | ||||
|         if (arm_instruction[i].version == ARMVFP3) | ||||
|             continue; | ||||
| 
 | ||||
|         while (n) { | ||||
|             if (arm_instruction[i].content[base + 1] == 31 && arm_instruction[i].content[base] == 0) { | ||||
|                 // clrex
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue