mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Fix linux, attempt 2.
This commit is contained in:
parent
f77b3ccf8a
commit
74ee85aaac
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "NetPlayClient.h"
|
||||
|
||||
// for wiimote
|
||||
#include "HW/WiimoteReal/WiimoteReal.h"
|
||||
#include "IPC_HLE/WII_IPC_HLE_Device_usb.h"
|
||||
#include "IPC_HLE/WII_IPC_HLE_WiiMote.h"
|
||||
// for gcpad
|
||||
|
@ -19,7 +20,6 @@
|
|||
#include "ConfigManager.h"
|
||||
#include "Movie.h"
|
||||
#include "HW/WiimoteEmu/WiimoteEmu.h"
|
||||
#include "HW/WiimoteReal/WiimoteReal.h"
|
||||
|
||||
std::mutex crit_netplay_client;
|
||||
static NetPlayClient * netplay_client = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue