mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	arm: Set the A bit on reset.
This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.
This commit is contained in:
		
							parent
							
								
									12181c8a64
								
							
						
					
					
						commit
						473afa4530
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -35,7 +35,7 @@ enum : u32 { | |||
| 
 | ||||
|     // Masks for groups of bits in the APSR.
 | ||||
|     MODEBITS = 0x1F, | ||||
|     INTBITS  = 0xC0, | ||||
|     INTBITS  = 0x1C0, | ||||
| }; | ||||
| 
 | ||||
| // Different ways to start the next instruction.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue