mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
add pcap code for Linux. fix bugs.
This commit is contained in:
@ -264,7 +264,7 @@ bool LAN_Init()
|
||||
{
|
||||
if (Config::DirectLAN)
|
||||
{
|
||||
if (!LAN_PCap::Init())
|
||||
if (!LAN_PCap::Init(true))
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user