config: Read network_interface
Let's yuzu_cmd use a network interface. Also adds it to the default ini.
This commit is contained in:
parent
c68ce25a14
commit
851fe91b69
2 changed files with 9 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue