Revert "Merge branch 'jit' of https://github.com/SimoneN64/Kaizen into dev"

This reverts commit 28b3c4493f, reversing
changes made to f4123da691.
This commit is contained in:
Simone
2024-01-23 14:25:03 +01:00
parent 28b3c4493f
commit 1f238bbd9e
12 changed files with 4 additions and 1911 deletions

View File

@@ -65,7 +65,7 @@ void Core::Run(float volumeL, float volumeR) {
InterruptRaise(mmio.mi, regs, Interrupt::VI);
}
for(; cycles < mem.mmio.vi.cyclesPerHalfline;) {
for(; cycles < mem.mmio.vi.cyclesPerHalfline; cycles++, frameCycles++) {
u32 taken = cpu->Step();
taken += PopStalledCycles();
static u32 cpuSteps = 0;