In DeSmuME CPSR is defined as register 25

This commit is contained in:
Benito Palacios Sánchez 2015-03-15 13:54:12 +01:00 committed by Superfranci99
parent f2229f7f9d
commit 145c75a0b3

View File

@ -77,7 +77,7 @@ namespace NitroDebugger
LR = 13,
SP = 14,
PC = 15,
CPSR = 16
CPSR = 25
}
}