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:
@ -34,6 +34,8 @@ public:
|
||||
private:
|
||||
using BlockMap = std::unordered_map<u32, CodeBlock*>;
|
||||
|
||||
void LogCurrentState();
|
||||
|
||||
CodeBlockKey GetNextBlockKey() const;
|
||||
const CodeBlock* LookupBlock(CodeBlockKey key);
|
||||
bool CompileBlock(CodeBlock* block);
|
||||
|
||||
Reference in New Issue
Block a user