diff options
author | lat9nq <lat9nq@gmail.com> | 2021-10-15 18:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 18:14:09 +0200 |
commit | 851fe91b6924d04455abc199124f584d85992552 (patch) | |
tree | d838063522535bbc69b0e150f1b13664355bdf07 /src/yuzu_cmd/default_ini.h | |
parent | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) (diff) | |
download | yuzu-851fe91b6924d04455abc199124f584d85992552.tar yuzu-851fe91b6924d04455abc199124f584d85992552.tar.gz yuzu-851fe91b6924d04455abc199124f584d85992552.tar.bz2 yuzu-851fe91b6924d04455abc199124f584d85992552.tar.lz yuzu-851fe91b6924d04455abc199124f584d85992552.tar.xz yuzu-851fe91b6924d04455abc199124f584d85992552.tar.zst yuzu-851fe91b6924d04455abc199124f584d85992552.zip |
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 8119a50d8..339dca766 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -428,6 +428,12 @@ web_api_url = https://api.yuzu-emu.org yuzu_username = yuzu_token = +[Network] +# Name of the network interface device to use with yuzu LAN play. +# e.g. On *nix: 'enp7s0', 'wlp6s0u1u3u3', 'lo' +# e.g. On Windows: 'Ethernet', 'Wi-Fi' +network_interface = + [AddOns] # Used to disable add-ons # List of title IDs of games that will have add-ons disabled (separated by '|'): |