From 1e98e738283ccb81303d29305188ac825ecfcba9 Mon Sep 17 00:00:00 2001
From: spholz <44805808+spholz@users.noreply.github.com>
Date: Thu, 12 Aug 2021 21:32:53 +0200
Subject: 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.
---
src/yuzu/configuration/configure.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'src/yuzu/configuration/configure.ui')
diff --git a/src/yuzu/configuration/configure.ui b/src/yuzu/configuration/configure.ui
index fca9aed5f..6258dcf20 100644
--- a/src/yuzu/configuration/configure.ui
+++ b/src/yuzu/configuration/configure.ui
@@ -147,12 +147,12 @@
Web
-
+
- Services
+ Network
- Services
+ Network
@@ -242,9 +242,9 @@
1
- ConfigureService
+ ConfigureNetwork
QWidget
- configuration/configure_service.h
+ configuration/configure_network.h
1
--
cgit v1.2.3