mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
OSX buildfix!
This commit is contained in:
parent
1f1b4a6992
commit
9bb9286cd3
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
IOBluetoothDevice *device = [l2capChannel getDevice];
|
IOBluetoothDevice *device = [l2capChannel getDevice];
|
||||||
WiimoteReal::Wiimote *wm = NULL;
|
WiimoteReal::Wiimote *wm = NULL;
|
||||||
|
|
||||||
std::lock_guard<std::recursive_mutex> lk(g_refresh_lock);
|
std::lock_guard<std::recursive_mutex> lk(WiimoteReal::g_refresh_lock);
|
||||||
|
|
||||||
for (int i = 0; i < MAX_WIIMOTES; i++)
|
for (int i = 0; i < MAX_WIIMOTES; i++)
|
||||||
{
|
{
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
IOBluetoothDevice *device = [l2capChannel getDevice];
|
IOBluetoothDevice *device = [l2capChannel getDevice];
|
||||||
WiimoteReal::Wiimote *wm = NULL;
|
WiimoteReal::Wiimote *wm = NULL;
|
||||||
|
|
||||||
std::lock_guard<std::recursive_mutex> lk(g_refresh_lock);
|
std::lock_guard<std::recursive_mutex> lk(WiimoteReal::g_refresh_lock);
|
||||||
|
|
||||||
for (int i = 0; i < MAX_WIIMOTES; i++)
|
for (int i = 0; i < MAX_WIIMOTES; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue