summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_network.cpp
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-05-01ui: retranslate the network tabKyle K
Looks like it was just missed when it was added, as currently the Network Tab only has one item RetranslateUI is used more commonly throughout the project
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-20yuzu: Reduce unused includesameerj
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-09-29configure_network: Remove BCATMorph
2021-08-13configuration: fix mingw-w64 buildSönke Holz
2021-08-13configuration: move network_interface include to source fileSönke Holz
2021-08-13configuration: use tr instead of QStringLiteral for "None" item inSönke Holz
network interface combobox
2021-08-12configuration: add option to select network interfacespholz
This commit renames the "Services" tab to "Network" and adds a combobox that allows the user to select the network interface that yuzu should use. This new setting is now used to get the local IP address in Network::GetHostIPv4Address. This prevents yuzu from selecting the wrong network interface and thus using the wrong IP address. The return type of Network::GetHostIPv4Adress has also been changed.