config: Read network_interface

Let's yuzu_cmd use a network interface. Also adds it to the default ini.
This commit is contained in:
lat9nq 2021-10-15 12:14:09 -04:00 committed by GitHub
parent c68ce25a14
commit 851fe91b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -518,6 +518,9 @@ void Config::ReadValues() {
ReadSetting("WebService", Settings::values.web_api_url);
ReadSetting("WebService", Settings::values.yuzu_username);
ReadSetting("WebService", Settings::values.yuzu_token);
// Network
ReadSetting("Network", Settings::values.network_interface);
}
void Config::Reload() {