DSPHLE: Remove unused members.

This commit is contained in:
Admiral H. Curtiss 2021-08-25 23:02:04 +02:00
parent 7688db3cd3
commit 54125516bb
2 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,6 @@ bool DSPHLE::Initialize(bool wii, bool dsp_thread)
m_wii = wii;
m_ucode = nullptr;
m_last_ucode = nullptr;
m_halt = false;
m_assert_interrupt = false;
SetUCode(UCODE_ROM);
m_dsp_control.DSPHalt = 1;

View File

@ -66,8 +66,5 @@ private:
DSP::UDSPControl m_dsp_control;
CMailHandler m_mail_handler;
bool m_halt;
bool m_assert_interrupt;
};
} // namespace DSP::HLE