mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
DSPHLE: Remove unused members.
This commit is contained in:
parent
7688db3cd3
commit
54125516bb
@ -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;
|
||||
|
@ -66,8 +66,5 @@ private:
|
||||
|
||||
DSP::UDSPControl m_dsp_control;
|
||||
CMailHandler m_mail_handler;
|
||||
|
||||
bool m_halt;
|
||||
bool m_assert_interrupt;
|
||||
};
|
||||
} // namespace DSP::HLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user