mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Add linux libpcap names to the pcap library list
This commit is contained in:
@ -95,7 +95,9 @@ const char* PCapLibNames[] =
|
|||||||
// TODO: name for npcap in non-WinPCap mode
|
// TODO: name for npcap in non-WinPCap mode
|
||||||
"wpcap.dll",
|
"wpcap.dll",
|
||||||
#else
|
#else
|
||||||
// TODO: Linux lib names
|
// Linux lib names
|
||||||
|
"libpcap.so.1",
|
||||||
|
"libpcap.so",
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user