mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
rework wifi settings dialog.
fail gracefully if pcap isn't loaded successfully.
This commit is contained in:
@ -111,6 +111,8 @@ bool Init()
|
||||
PacketLen = 0;
|
||||
RXNum = 0;
|
||||
|
||||
NumAdapters = 0;
|
||||
|
||||
for (int i = 0; PCapLibNames[i]; i++)
|
||||
{
|
||||
void* lib = SDL_LoadObject(PCapLibNames[i]);
|
||||
|
Reference in New Issue
Block a user