CPU/Recompiler: Implement add/addu/addi

This commit is contained in:
Connor McLaughlin
2019-11-23 00:26:56 +10:00
parent 641e68db95
commit f14ad1d3c4
8 changed files with 113 additions and 33 deletions

View File

@ -252,7 +252,7 @@ public:
void WriteLoadDelayToCPU(bool clear);
/// Flushes the load delay, i.e. writes it to the destination register.
void FlushLoadDelayForException();
void FlushLoadDelay(bool clear);
void FlushGuestRegister(Reg guest_reg, bool invalidate, bool clear_dirty);
void InvalidateGuestRegister(Reg guest_reg);