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:
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user