mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-25 15:39:28 +00:00
Re-enbaling the APU
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user