| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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-27 | network_interface: Cleanup code | Morph | |
| 2021-08-27 | network_interface: Replace default return value with std::nullopt | Morph | |
| 2021-08-16 | network_interface: correct formatting | Sönke Holz | |
| 2021-08-16 | network_interface: fix mingw-w64 build | spholz | |
| 2021-08-16 | network: retrieve subnet mask and gateway info | Sönke Holz | |
| 2021-08-13 | network: don't use reinterpret_cast in GetAvailableNetworkInterfaces | spholz | |
| 2021-08-13 | network: use Common::BitCast instead of std::bit_cast | Sönke Holz | |
| 2021-08-13 | network: narrow down scope of "result" in win32 code for | Sönke Holz | |
| GetAvailableNetworkInterfaces | |||
| 2021-08-13 | network: use explicit bool conversions in GetAvailableNetworkInterfaces | Sönke Holz | |
| 2021-08-12 | network: correct formatting in network.cpp and network_interface.cpp | Sönke Holz | |
| 2021-08-12 | configuration: add option to select network interface | spholz | |
| 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. | |||
