CPU/Recompiler: Implement lb/lbu/lh/lhu/lw/sb/sh/sw instructions
Currently not passing CPU tests when combined with lwl/lwr.
This commit is contained in:
@ -92,7 +92,7 @@ private:
|
||||
bool InKernelMode() const { return !m_cop0_regs.sr.KUc; }
|
||||
|
||||
// timing
|
||||
void AddTicks(TickCount ticks)
|
||||
ALWAYS_INLINE void AddTicks(TickCount ticks)
|
||||
{
|
||||
m_pending_ticks += ticks;
|
||||
m_downcount -= ticks;
|
||||
|
||||
Reference in New Issue
Block a user