looks like soren forgot this

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6952 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2011-01-28 21:37:15 +00:00
parent 08b923a163
commit 46d00f211f

View File

@ -59,14 +59,14 @@ public:
private:
static void dsp_thread(DSPLLE* lpParameter);
std::thread g_hDSPThread;
std::thread m_hDSPThread;
SoundStream *soundStream;
bool g_InitMixer;
void *hWnd;
bool bWii;
bool bDSPThread;
bool bIsRunning;
volatile u32 cycle_count;
bool m_InitMixer;
void *m_hWnd;
bool m_bWii;
bool m_bDSPThread;
bool m_bIsRunning;
volatile u32 m_cycle_count;
};
// Hack to be deleted.