mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
lay base for netplay
This commit is contained in:
@ -88,6 +88,7 @@
|
||||
#include "Wifi.h"
|
||||
#include "Platform.h"
|
||||
#include "IPC.h"
|
||||
#include "Netplay.h"
|
||||
#include "Config.h"
|
||||
#include "DSi_I2C.h"
|
||||
|
||||
@ -318,6 +319,7 @@ void EmuThread::run()
|
||||
|
||||
IPC::InitSema();
|
||||
IPC::SetMPRecvTimeout(Config::MPRecvTimeout);
|
||||
Netplay::Init();
|
||||
|
||||
NDS::Init();
|
||||
|
||||
@ -658,6 +660,7 @@ void EmuThread::run()
|
||||
|
||||
GPU::DeInitRenderer();
|
||||
NDS::DeInit();
|
||||
Netplay::DeInit();
|
||||
IPC::DeInitSema();
|
||||
//Platform::LAN_DeInit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user