Emulator debugger GUI updates

This commit is contained in:
scawful
2023-11-18 00:03:49 -05:00
parent 6d6a0e4046
commit ed7204b127
4 changed files with 121 additions and 53 deletions

View File

@@ -240,7 +240,7 @@ void SNES::Run() {
// Update the CPU
cpu.UpdateClock(delta_time);
cpu.Update();
cpu.Update(GetCpuMode());
// Update the PPU
ppu.UpdateClock(delta_time);