mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +00:00
Merge pull request #3173 from lioncash/cruft
DSPHLE: Remove duplicated struct
This commit is contained in:
commit
763f17beaf
1 changed files with 0 additions and 18 deletions
|
@ -21,24 +21,6 @@ DSPHLE::DSPHLE()
|
|||
{
|
||||
}
|
||||
|
||||
// Mailbox utility
|
||||
struct DSPState
|
||||
{
|
||||
u32 CPUMailbox;
|
||||
u32 DSPMailbox;
|
||||
|
||||
void Reset()
|
||||
{
|
||||
CPUMailbox = 0x00000000;
|
||||
DSPMailbox = 0x00000000;
|
||||
}
|
||||
|
||||
DSPState()
|
||||
{
|
||||
Reset();
|
||||
}
|
||||
};
|
||||
|
||||
bool DSPHLE::Initialize(bool bWii, bool bDSPThread)
|
||||
{
|
||||
m_bWii = bWii;
|
||||
|
|
Loading…
Add table
Reference in a new issue