mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 16:50:15 -06:00
Refactor network implementations to be more reusable and less buggy (#2107)
encapsulate network interfaces
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
#define WIFISETTINGSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <vector>
|
||||
#include "Net_PCap.h"
|
||||
|
||||
namespace Ui { class WifiSettingsDialog; }
|
||||
class WifiSettingsDialog;
|
||||
@ -68,6 +70,7 @@ private:
|
||||
bool haspcap;
|
||||
|
||||
void updateAdapterControls();
|
||||
std::vector<melonDS::AdapterData> adapters;
|
||||
};
|
||||
|
||||
#endif // WIFISETTINGSDIALOG_H
|
||||
|
Reference in New Issue
Block a user