Re-enbaling the APU

This commit is contained in:
Anonymus Raccoon
2020-03-28 20:49:18 +01:00
parent 5b836e25d3
commit 4f56cef3f2
+1 -1
View File
@@ -31,7 +31,7 @@ namespace ComSquare
{
unsigned cycleCount = this->cpu->update();
this->ppu->update(cycleCount);
// this->apu->update(cycleCount);
this->apu->update(cycleCount);
}
void SNES::enableCPUDebugging(bool pause)