diff options
| author | bunnei <bunneidev@gmail.com> | 2020-03-05 15:09:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-05 15:09:48 -0500 |
| commit | 4a8fe67964f427bd92def300023edfa12de8464e (patch) | |
| tree | 0e991618669943b8ad6faed1fed13152329c19a0 /src/yuzu_cmd | |
| parent | 0361aa1915468ec55ea0e70778c041f13c0d6746 (diff) | |
| parent | 002d9508a04f9cc7de870a3144c798a84fadca77 (diff) | |
Merge pull request #3479 from jroweboy/dont-log-on-no-input
Minor fixes for udp input
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index df7473858..085ffbc81 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -84,7 +84,7 @@ touch_device= # from any cemuhook compatible motion program. # IPv4 address of the udp input server (Default "127.0.0.1") -udp_input_address= +udp_input_address=127.0.0.1 # Port of the udp input server. (Default 26760) udp_input_port= |
