mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
BBA: Added BuiltIn device that allow BBA emulation without the need of a TapDevice Configuration include a dns server setting
This commit is contained in:
parent
d625c612c4
commit
01ada3850f
16 changed files with 1063 additions and 45 deletions
|
@ -15,6 +15,7 @@ public:
|
|||
{
|
||||
Ethernet,
|
||||
XLinkKai,
|
||||
BuiltIn
|
||||
};
|
||||
|
||||
explicit BroadbandAdapterSettingsDialog(QWidget* target, Type bba_type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue