mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
attempt at LAN discovery feature
This commit is contained in:
@ -366,7 +366,7 @@ void EmuThread::run()
|
||||
while (EmuRunning != emuStatus_Exit)
|
||||
{
|
||||
if (LAN::Active)
|
||||
LAN::Process();
|
||||
LAN::ProcessFrame();
|
||||
else if (Netplay::Active)
|
||||
Netplay::ProcessFrame();
|
||||
|
||||
|
Reference in New Issue
Block a user