Frontend: Add audio backend to settings (switch-while-running)

This commit is contained in:
Connor McLaughlin
2019-12-23 17:05:43 +10:00
parent 0eab6435fe
commit 5bb2b3ec63
4 changed files with 32 additions and 10 deletions

View File

@ -287,7 +287,6 @@ private:
System* m_system = nullptr;
DMA* m_dma = nullptr;
InterruptController* m_interrupt_controller = nullptr;
AudioStream* m_audio_stream = nullptr;
SPUCNT m_SPUCNT = {};
SPUSTAT m_SPUSTAT = {};