Lay down initial JIT structure

This commit is contained in:
SimoneN64
2023-07-25 10:53:23 +02:00
parent fcee7f5850
commit 4715652970
7 changed files with 175 additions and 11 deletions

View File

@@ -1,11 +1,6 @@
#include <Core.hpp>
namespace n64 {
void Interpreter::Reset() {
regs.Reset();
mem.Reset();
}
int Interpreter::Step() {
CheckCompareInterrupt();