Add SignalReady to APU init

This commit is contained in:
scawful
2023-08-26 04:51:50 -04:00
parent b9d06f43bc
commit 559c2e4830
8 changed files with 16 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ void APU::Init() {
[this](int16_t sample) { this->PushToAudioBuffer(sample); });
// Initialize registers
// ...
SignalReady();
}
void APU::Reset() {