diff options
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 | |||
| 428 | yuzu_username = | 428 | yuzu_username = |
| 429 | yuzu_token = | 429 | yuzu_token = |
| 430 | 430 | ||
| 431 | [Network] | ||
| 432 | # Name of the network interface device to use with yuzu LAN play. | ||
| 433 | # e.g. On *nix: 'enp7s0', 'wlp6s0u1u3u3', 'lo' | ||
| 434 | # e.g. On Windows: 'Ethernet', 'Wi-Fi' | ||
| 435 | network_interface = | ||
| 436 | |||
| 431 | [AddOns] | 437 | [AddOns] |
| 432 | # Used to disable add-ons | 438 | # Used to disable add-ons |
| 433 | # List of title IDs of games that will have add-ons disabled (separated by '|'): | 439 | # List of title IDs of games that will have add-ons disabled (separated by '|'): |