summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network_interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-10yuzu: Multiple room UI improvementsgerman771-0/+1
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi1-0/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
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.
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz1-0/+4
2021-08-12configuration: add option to select network interfacespholz1-0/+25
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.