mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Add Common::AtomicDecrement for gcc to match win32.
Use the debug option for conf.CheckWXConfig on OS X as on Unix. Take care of a few compiler warnings. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6084 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -47,10 +47,10 @@ THREAD_RETURN WiimoteThreadFunc(void* arg);
|
||||
Wiimote *g_wiimotes[4];
|
||||
|
||||
Wiimote::Wiimote(wiimote_t* const wm, const unsigned int index)
|
||||
: m_wiimote(wm)
|
||||
, m_index(index)
|
||||
: m_last_data_report(NULL)
|
||||
, m_channel(0)
|
||||
, m_last_data_report(NULL)
|
||||
, m_wiimote(wm)
|
||||
, m_index(index)
|
||||
{
|
||||
// disable reporting
|
||||
DisableDataReporting();
|
||||
|
Reference in New Issue
Block a user