Linux build fix

This commit is contained in:
Connor McLaughlin
2020-01-24 16:44:13 +10:00
parent 1b9609ef61
commit 4c59d8a9ea
3 changed files with 7 additions and 7 deletions

View File

@ -290,7 +290,7 @@ private:
System* m_system = nullptr;
DMA* m_dma = nullptr;
InterruptController* m_interrupt_controller = nullptr;
std::unique_ptr<TimingEvent> m_sample_event = nullptr;
std::unique_ptr<TimingEvent> m_sample_event;
SPUCNT m_SPUCNT = {};
SPUSTAT m_SPUSTAT = {};