dolphin/Source/Core/DolphinQt/Settings
cristian64 f5012ef457 Core/HW: Add Broadband Adapter (IPC).
This is a hassle-free BBA option intended for local play with multiple
Dolphin instances running *in the same system*. After selecting
**Broadband Adapter (IPC)** in the **SP1** slot in the GameCube section
in the settings, games that support LAN play will be able to discover
each other, without requiring third-party software or relatively complex
TAP setups.

The implementation is based on cpp-ipc, a high-performance inter-process
communication library that uses shared memory as transport layer.

Supported platforms are:

- [x] Linux
- [x] Windows
- [ ] macOS (cpp-ipc does not support this platform)
- [ ] FreeBSD (cpp-ipc does not support this platform)
- [ ] Android (cpp-ipc needs some adjustments; while it could work,
  launching two Dolphin instances within the same Android system may be
  both challenging and impractical)
2025-10-28 18:50:59 +00:00
..
AdvancedPane.cpp Merge pull request #13946 from JosJuice/i18n-2025-09-17 2025-10-04 16:24:14 +02:00
AdvancedPane.h Qt Advanced Panel: Convert QSliders into ConfigSliders. 2025-05-26 19:52:30 -07:00
AudioPane.cpp Qt: Prevent Sliders from resizing due to text changing in their label. 2025-08-22 14:46:33 -07:00
AudioPane.h AudioPanel: Refactor to use Config system. Some options were changed to a different format, for easier compatibility. 2025-03-26 12:26:01 -07:00
BroadbandAdapterSettingsDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
BroadbandAdapterSettingsDialog.h
GameCubePane.cpp Core/HW: Add Broadband Adapter (IPC). 2025-10-28 18:50:59 +00:00
GameCubePane.h Config: make SP2 configurable 2025-03-15 22:03:17 +00:00
GeneralPane.cpp Merge pull request #13082 from Dentomologist/generalpane_hardcore_mode_tooltip_clarifications 2025-09-28 14:10:06 -04:00
GeneralPane.h GeneralPane: Add Hardcore Mode tooltip clarification 2025-05-08 15:45:15 -07:00
InterfacePane.cpp Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
InterfacePane.h Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
OnScreenDisplayPane.cpp Movie Window: Move customization options from Menu Bar to OSD pane, but add options to toggle the window and to open the OSD pane. 2025-10-10 16:59:16 -07:00
OnScreenDisplayPane.h Movie Window: Move customization options from Menu Bar to OSD pane, but add options to toggle the window and to open the OSD pane. 2025-10-10 16:59:16 -07:00
PathPane.cpp Settings: Open file dialogs at user path 2025-09-01 14:51:29 -07:00
PathPane.h
USBDevicePicker.cpp USBDevicePicker: Modify USBDeviceAddToWhitelistDialog to be more generic, and use it for a new "More Options..." selection in Bluetooth Passthrough adapters 2025-08-05 13:16:50 +02:00
USBDevicePicker.h USBDevicePicker: Modify USBDeviceAddToWhitelistDialog to be more generic, and use it for a new "More Options..." selection in Bluetooth Passthrough adapters 2025-08-05 13:16:50 +02:00
WiiPane.cpp Merge pull request #13926 from Dentomologist/settings_open_file_dialog_at_user_path 2025-10-02 15:13:31 -05:00
WiiPane.h