mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
Arisotura pls clean up after yourself
This commit is contained in:
@ -150,12 +150,8 @@ u64 RXTimestamp;
|
||||
|
||||
bool Init()
|
||||
{
|
||||
//MPInited = false;
|
||||
//LANInited = false;
|
||||
|
||||
Platform::MP_Init();
|
||||
MPInited = true;
|
||||
|
||||
Platform::LAN_Init();
|
||||
LANInited = true;
|
||||
|
||||
@ -166,8 +162,6 @@ bool Init()
|
||||
|
||||
void DeInit()
|
||||
{
|
||||
if (MPInited)
|
||||
Platform::MP_DeInit();
|
||||
if (LANInited)
|
||||
Platform::LAN_DeInit();
|
||||
|
||||
|
Reference in New Issue
Block a user