Initial implementation of ports and sessions

This commit is contained in:
wheremyfoodat 2022-09-17 04:37:40 +03:00
parent aa643c44bb
commit 0e66af8dae
7 changed files with 100 additions and 17 deletions

View file

@ -130,7 +130,6 @@ public:
void runFrame() {
env.ticksLeft = 268111856 / 60;
const auto exitReason = jit->Run();
for (u32 i = 0; i < 4; i++)printf("r%d: %08X\n", i, getReg(i));
Helpers::panic("Exit reason: %d\nPC: %08X", (u32)exitReason, getReg(15));
}
};