Add recompiler for Xenia PPC tests.

This commit is contained in:
Skyth
2024-09-21 21:47:34 +03:00
parent 79354a9a52
commit 4d6eac1c24
11 changed files with 344 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ struct Recompiler
bool Recompile(const Function& fn, uint32_t base, const ppc_insn& insn, std::unordered_map<size_t, SwitchTable>::iterator& switchTable);
void Recompile(const Function& fn);
bool Recompile(const Function& fn);
void Recompile(const char* directoryPath);