mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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:
parent
08b923a163
commit
46d00f211f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user