here have more code aaaaaaaaaaaaa

This commit is contained in:
Arisotura
2019-03-15 01:08:37 +01:00
parent 4de4631c15
commit b52458d7be
3 changed files with 20 additions and 6 deletions

View File

@ -632,6 +632,7 @@ int EmuThreadFunc(void* burp)
if (joybuttons) delete[] joybuttons;
NDS::DeInit();
Platform::LAN_DeInit();
return 44203;
}
@ -1679,7 +1680,8 @@ void ApplyNewSettings(int type)
Platform::MP_Init();
}
// TODO: cycle LAN shito
Platform::LAN_DeInit();
Platform::LAN_Init();
}
EmuRunning = prevstatus;