mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	dyncom: Fix SWPB
This commit is contained in:
		| @@ -6267,6 +6267,7 @@ unsigned InterpreterMainLoop(ARMul_State* state) { | ||||
|             addr = RN; | ||||
|             unsigned int value = Memory::Read8(addr); | ||||
|             Memory::Write8(addr, (RM & 0xFF)); | ||||
|             RD = value; | ||||
|         } | ||||
|         cpu->Reg[15] += GET_INST_SIZE(cpu); | ||||
|         INC_PC(sizeof(swp_inst)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash