fix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register.

also make them ARM9-only.
This commit is contained in:
StapleButter
2017-06-13 11:17:22 +02:00
parent 581a0954ad
commit bbd251ddbc
2 changed files with 16 additions and 8 deletions

View File

@ -241,4 +241,12 @@ public:
u32 debug;
};
namespace ARMInterpreter
{
void A_UNK(ARM* cpu);
void T_UNK(ARM* cpu);
}
#endif // ARM_H