SPU: Hide debug window by default

This commit is contained in:
Connor McLaughlin
2019-10-11 17:48:34 +10:00
parent 25209c3d58
commit a55412c24a
2 changed files with 7 additions and 6 deletions

View File

@ -258,7 +258,7 @@ private:
DMA* m_dma = nullptr;
InterruptController* m_interrupt_controller = nullptr;
AudioStream* m_audio_stream = nullptr;
bool m_debug_window_open = true;
bool m_show_spu_state = false;
SPUCNT m_SPUCNT = {};
SPUSTAT m_SPUSTAT = {};