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: private:
static void dsp_thread(DSPLLE* lpParameter); static void dsp_thread(DSPLLE* lpParameter);
std::thread g_hDSPThread; std::thread m_hDSPThread;
SoundStream *soundStream; SoundStream *soundStream;
bool g_InitMixer; bool m_InitMixer;
void *hWnd; void *m_hWnd;
bool bWii; bool m_bWii;
bool bDSPThread; bool m_bDSPThread;
bool bIsRunning; bool m_bIsRunning;
volatile u32 cycle_count; volatile u32 m_cycle_count;
}; };
// Hack to be deleted. // Hack to be deleted.