Commit Graph

7 Commits

Author SHA1 Message Date
ameerj 012963c513 yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
lat9nq 3aec34df0a yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
Morph 8dd5cfd290 configure_network: Remove BCAT 2021-09-29 01:24:21 -04:00
Sönke Holz 66bc5a27ba configuration: fix mingw-w64 build 2021-08-13 12:39:14 +02:00
Sönke Holz cce5a6db3b configuration: move network_interface include to source file 2021-08-13 02:48:39 +02:00
Sönke Holz 90a97c43c7 configuration: use tr instead of QStringLiteral for "None" item in
network interface combobox
2021-08-13 00:34:04 +02:00
spholz bef7cbbe41 configuration: add option to select network interface
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.
2021-08-12 21:32:53 +02:00