fixup! audio_core: Remove global state
This commit is contained in:
parent
7c7fddd7bd
commit
adf9a19095
2 changed files with 3 additions and 1 deletions
|
@ -63,6 +63,8 @@ private:
|
|||
};
|
||||
|
||||
DspHle::Impl::Impl(DspHle& parent_) : parent(parent_) {
|
||||
dsp_memory.raw_memory.fill(0);
|
||||
|
||||
tick_event =
|
||||
CoreTiming::RegisterEvent("AudioCore::DspHle::tick_event", [this](u64, int cycles_late) {
|
||||
this->AudioTickCallback(cycles_late);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue