attempt at LAN discovery feature

This commit is contained in:
Arisotura
2023-09-09 11:57:54 +02:00
parent 55050beff6
commit eae29b03d5
3 changed files with 178 additions and 2 deletions

View File

@ -366,7 +366,7 @@ void EmuThread::run()
while (EmuRunning != emuStatus_Exit)
{
if (LAN::Active)
LAN::Process();
LAN::ProcessFrame();
else if (Netplay::Active)
Netplay::ProcessFrame();