mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-04 12:59:44 -06:00
here have more code aaaaaaaaaaaaa
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user