mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Fix the shared data dir for the global build on linux.
Also silence some compiler warnings. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6108 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -50,8 +50,8 @@ void StopWiimoteThreads();
|
||||
Wiimote *g_wiimotes[MAX_WIIMOTES];
|
||||
|
||||
Wiimote::Wiimote(wiimote_t* const _wiimote, const unsigned int _index)
|
||||
: wiimote(_wiimote)
|
||||
, index(_index)
|
||||
: index(_index)
|
||||
, wiimote(_wiimote)
|
||||
, m_last_data_report(NULL)
|
||||
, m_channel(0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user