structure jit

This commit is contained in:
SimoneN64
2023-08-11 15:39:43 +02:00
parent 79c7b070eb
commit 4a7997b91e
9 changed files with 268 additions and 23 deletions

View File

@@ -12,6 +12,8 @@ struct JIT : BaseCPU, Xbyak::CodeGenerator {
~JIT() override = default;
int Step() override;
void Reset() override;
friend struct Cop1;
friend struct Cop0;
private:
bool ShouldServiceInterrupt() override;
void CheckCompareInterrupt() override;